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 - ' export HELM_NAME_ARG="$( [ -n "${{CHART_NAME}}" ] && printf -- "--name %s"
3724 "${{CHART_NAME}}" )"'
3825 - ' export HELM_CHART_VERSION_ARG="$( [ -n "${{CHART_VERSION}}" ] && printf --
You can’t perform that action at this time.
0 commit comments