Skip to content

Commit d611fc3

Browse files
committed
Fix stemcell os
1 parent e825b10 commit d611fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/test-bdrats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ source /tmp/local-bosh/director/env
4343
BOSH_SSH_KEY="$(bosh int /tmp/local-bosh/director/creds.yml --path /jumpbox_ssh/private_key --json | jq .Blocks[0])"
4444
BOSH_HOST="${BOSH_ENVIRONMENT}"
4545

46-
stemcell_os="$(cut -d- -f8-9 < stemcell/url )"
46+
stemcell_os="$(cut -d- -f8-9 < stemcell/url | sed 's/\.tgz//')"
4747
bosh_ca_cert_json_value="$(awk '{printf "%s\\n", $0}' "${BOSH_CA_CERT}")"
4848

4949
cat > integration-config.json <<EOF

0 commit comments

Comments
 (0)