fix: Update bootstrap port to 3001
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
This commit is contained in:
@@ -29,7 +29,7 @@ bootstrap_opencortex() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "${BLUE}Cloning repository into $TARGET_DIR...${NC}"
|
echo -e "${BLUE}Cloning repository into $TARGET_DIR...${NC}"
|
||||||
git clone http://10.10.10.201:3000/amr/opencortex.git "$TARGET_DIR"
|
git clone http://10.10.10.201:3001/amr/opencortex.git "$TARGET_DIR"
|
||||||
|
|
||||||
cd "$TARGET_DIR"
|
cd "$TARGET_DIR"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user