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 f8e3773 commit 78c2d5dCopy full SHA for 78c2d5d
scripts/trigger-pipeline.sh
@@ -57,7 +57,7 @@ PARAM_BRANCH=$(printf '%s\n' "${!PARAM_BRANCH_ENV_VAR}")
57
PARAM_TAG=$(printf '%s\n' "${!PARAM_TAG_ENV_VAR}")
58
59
if [[ "$SKIP_TRIGGER" == "0" || "$SKIP_TRIGGER" == "false" ]]; then
60
- if [[ "$PARAM_BRANCH_ENV_VAR" != "" ]]; then
+ if [[ "$PARAM_TAG" == "" ]]; then
61
/tmp/swissknife/trigger_pipeline.sh "$VCS_TYPE" "$PARAM_USER" "$PARAM_REPO" "$PARAM_BRANCH" "$CUSTOM_PARAMS"
62
else
63
/tmp/swissknife/trigger_pipeline.sh "$VCS_TYPE" "$PARAM_USER" "$PARAM_REPO" -t "$PARAM_TAG" "$CUSTOM_PARAMS"
0 commit comments