Commit a342cc68 authored by norvell's avatar norvell
Browse files

Syntax error

parent a00905b7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ stages:
  - current_commit_sha=$(git rev-parse HEAD)
  ### build merge target binaries
  - if [ -f $MERGE_TARGET_COMMIT_FILE ]; then
  -   MERGE_REQUEST_TARGET=$(echo $MERGE_TARGET_COMMIT_FILE)
  -   MERGE_REQUEST_TARGET=$(cat $MERGE_TARGET_COMMIT_FILE)
  - else
  -   echo "MERGE_TARGET_COMMIT_FILE does not exist, exiting!"
  -   exit 1