We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e825b10 commit d611fc3Copy full SHA for d611fc3
ci/tasks/test-bdrats.sh
@@ -43,7 +43,7 @@ source /tmp/local-bosh/director/env
43
BOSH_SSH_KEY="$(bosh int /tmp/local-bosh/director/creds.yml --path /jumpbox_ssh/private_key --json | jq .Blocks[0])"
44
BOSH_HOST="${BOSH_ENVIRONMENT}"
45
46
-stemcell_os="$(cut -d- -f8-9 < stemcell/url )"
+stemcell_os="$(cut -d- -f8-9 < stemcell/url | sed 's/\.tgz//')"
47
bosh_ca_cert_json_value="$(awk '{printf "%s\\n", $0}' "${BOSH_CA_CERT}")"
48
49
cat > integration-config.json <<EOF
0 commit comments