Skip to content

Commit

Permalink
Merge branch '7.17' into mergify/bp/7.17/pr-39362
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed May 7, 2024
2 parents 1270d81 + 31d4b5f commit 8071bad
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
#!/usr/bin/env bash

# TODO: uncomment out below when Jenkins packaging has been stopped
# if [[ "$DRY_RUN" == "true" ]]; then
# echo "~~~ Running in dry-run mode -- will NOT publish artifacts"
# DRY_RUN="--dry-run"
# else
# echo "~~~ Running in publish mode"
# DRY_RUN=""
# fi

# TODO: delete the conditional below (and replace it with the above, uncommented out, section) after Jenkins packaging has been stopped
if [[ "$DRY_RUN" == "false" ]]; then
echo "~~~ Running in publish mode"
DRY_RUN=""
else
if [[ "$DRY_RUN" == "true" ]]; then
echo "~~~ Running in dry-run mode -- will NOT publish artifacts"
DRY_RUN="--dry-run"
else
echo "~~~ Running in publish mode"
DRY_RUN=""
fi

set -euo pipefail
Expand Down

0 comments on commit 8071bad

Please sign in to comment.