Skip to content

Commit 20de7cd

Browse files
committed
Updated repipe
1 parent 71dfd61 commit 20de7cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/repipe

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ cd $(dirname $BASH_SOURCE[0])
2525
echo "Working in $(pwd)"
2626
need_command spruce
2727

28-
if [[ -z "$VAULT_ADDR" ]] ; then
29-
echo >&2 "Vault address not specified in VAULT_ADDR environment variable"
30-
exit 1
31-
fi
32-
3328
# Allow for target-specific settings
3429
settings_file="$(ls -1 settings.yml ${CONCOURSE_TARGET:+"settings-${CONCOURSE_TARGET}.yml"} 2>/dev/null | tail -n1)"
3530
if [[ -z "$settings_file" ]]

0 commit comments

Comments
 (0)