Skip to content

Commit

Permalink
Remove testing force var
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jul 14, 2023
1 parent 2b4ab79 commit 5023f7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .buildkite/scripts/steps/dra-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -uo pipefail
source .buildkite/scripts/bootstrap.sh

# Publish DRA artifacts
FORCE_NO_DRA_DRY_RUN=$FORCE_NO_DRA_DRY_RUN
function run_release_manager() {
echo "+++ Publishing $BUILDKITE_BRANCH ${WORKFLOW} DRA artifacts..."
dry_run=""
Expand All @@ -15,9 +14,6 @@ function run_release_manager() {
# because the PR branch does not have a project folder in release-manager
BRANCH=main
fi
if [ "$FORCE_NO_DRA_DRY_RUN" == "true" ]; then
dry_run=""
fi
docker run --rm \
--name release-manager \
-e VAULT_ADDR="${VAULT_ADDR_SECRET}" \
Expand Down

0 comments on commit 5023f7f

Please sign in to comment.