Commit e1cb7e7a authored by Jan Kiene's avatar Jan Kiene
Browse files

Update .gitlab-ci.yml file

parent 125e9d0c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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