We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dfd61 commit 20de7cdCopy full SHA for 20de7cd
ci/repipe
@@ -25,11 +25,6 @@ cd $(dirname $BASH_SOURCE[0])
25
echo "Working in $(pwd)"
26
need_command spruce
27
28
-if [[ -z "$VAULT_ADDR" ]] ; then
29
- echo >&2 "Vault address not specified in VAULT_ADDR environment variable"
30
- exit 1
31
-fi
32
-
33
# Allow for target-specific settings
34
settings_file="$(ls -1 settings.yml ${CONCOURSE_TARGET:+"settings-${CONCOURSE_TARGET}.yml"} 2>/dev/null | tail -n1)"
35
if [[ -z "$settings_file" ]]
0 commit comments