Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading