File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ BOSH_ENVIRONMENT="$(bosh int director-state/director-creds.yml --path /internal_
99SYSLOG_RELEASE_PATH=" $( realpath syslog-release/* .tgz) "
1010OS_CONF_RELEASE_PATH=" $( realpath os-conf-release/* .tgz) "
1111STEMCELL_PATH=" $( realpath stemcell/* .tgz) "
12+ # Quote value since the bosh CLI YAML parses it which results in `0.40` becoming `0.4`
13+ # shellcheck disable=SC2089
1214BOSH_stemcell_version=" \" $( realpath stemcell/.resource/version | xargs -n 1 cat) \" "
1315
1416export BOSH_BINARY_PATH
@@ -30,6 +32,7 @@ if bosh int director-state/director-creds.yml --path /jumpbox_ssh > /dev/null 2>
3032 export BOSH_GW_HOST=" ${BOSH_ENVIRONMENT} "
3133fi
3234
33- pushd bosh-linux-stemcell-builder/src/github.com/cloudfoundry/stemcell-acceptance-tests
35+ pushd bosh-linux-stemcell-builder/acceptance-tests
36+ # shellcheck disable=SC2154
3437 go run github.com/onsi/ginkgo/v2/ginkgo --skip-package vendor -r " ${package} "
3538popd
You can’t perform that action at this time.
0 commit comments