Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ stages: - git checkout $REFERENCE_BRANCH_LOCAL # safeguard check to detect possible mistakes in the reference branch selection logic - if [ "$?" != "0" ]; then - echo "REFERENCE_BRANCH_LOCAL variable is set incorrectly: $REFERENCE_BRANCH_LOCAL!" - echo "REFERENCE_BRANCH_LOCAL variable is set incorrectly ($REFERENCE_BRANCH_LOCAL)!" - exit 1 - fi - git pull Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ stages: - git checkout $REFERENCE_BRANCH_LOCAL # safeguard check to detect possible mistakes in the reference branch selection logic - if [ "$?" != "0" ]; then - echo "REFERENCE_BRANCH_LOCAL variable is set incorrectly: $REFERENCE_BRANCH_LOCAL!" - echo "REFERENCE_BRANCH_LOCAL variable is set incorrectly ($REFERENCE_BRANCH_LOCAL)!" - exit 1 - fi - git pull Loading