[dev] fetch images
This commit is contained in:
parent
9d50f2cfbe
commit
c10a3d4d0c
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: cerc-io/stack-orchestrator
|
||||
ref: roysc/fix-various
|
||||
ref: roysc/fetch-from-insecure-registry
|
||||
path: .tools/stack-orchestrator
|
||||
- name: "Install stack orchestrator"
|
||||
run: pip3 install .tools/stack-orchestrator
|
||||
|
@ -45,10 +45,12 @@ echo "Cloning repositories into: $CERC_REPO_BASE_DIR"
|
||||
rm -rf $CERC_REPO_BASE_DIR
|
||||
mkdir -p $CERC_REPO_BASE_DIR
|
||||
|
||||
$SO_COMMAND --stack ${stack_name} setup-repositories
|
||||
# $SO_COMMAND --stack ${stack_name} setup-repositories
|
||||
|
||||
echo "Building containers"
|
||||
$SO_COMMAND --stack ${stack_name} build-containers
|
||||
# echo "Building containers"
|
||||
# $SO_COMMAND --stack ${stack_name} build-containers
|
||||
|
||||
$SO_COMMAND --stack ${stack_name} fetch-containers --image-registry "gitea.local:5555"
|
||||
|
||||
test_deployment_dir=$CERC_REPO_BASE_DIR/test-deployment-dir
|
||||
test_deployment_spec=$CERC_REPO_BASE_DIR/test-deployment-spec.yml
|
||||
|
Loading…
Reference in New Issue
Block a user