File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,26 +13,13 @@ steps:
1313 repo : ' ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}'
1414 revision : ' ${{CF_BRANCH}}'
1515 git : github
16- post_main_clone :
17- title : Post main clone
18- type : parallel
19- stage : prepare
20- steps :
21- clone_cloud_harness :
22- title : Cloning cloud-harness repository...
23- type : git-clone
24- stage : prepare
25- repo : https://github.com/MetaCell/cloud-harness.git
26- revision : ' ${{CLOUDHARNESS_BRANCH}}'
27- working_directory : .
28- git : github
2916 prepare_deployment :
3017 title : Prepare helm chart
3118 image : python:3.12
3219 stage : prepare
3320 working_directory : .
3421 commands :
35- - bash cloud-harness /install.sh
22+ - bash . /install.sh
3623 - harness-deployment . -n test-${{NAMESPACE_BASENAME}} -d ${{DOMAIN}} -r ${{REGISTRY}}
3724 -rs ${{REGISTRY_SECRET}} -e test --write-env --cache-url '${{IMAGE_CACHE_URL}}'
3825 -N -i samples
You can’t perform that action at this time.
0 commit comments