Commit 63d9b9e9 authored by norvell's avatar norvell
Browse files

Fix syntax error for artifact

parent 6ea80024
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1078,6 +1078,7 @@ branch-is-up-to-date-with-target-pre:
    - echo "TARGET_COMMIT is $TARGET_COMMIT"
    - echo $TARGET_COMMIT > $MERGE_TARGET_COMMIT_FILE
  artifacts:
    paths:
      - $MERGE_TARGET_COMMIT_FILE

branch-is-up-to-date-with-target-post:
@@ -1148,6 +1149,7 @@ branch-is-up-to-date-with-target-pre:
    - echo "TARGET_COMMIT is $TARGET_COMMIT"
    - echo $TARGET_COMMIT > $MERGE_TARGET_COMMIT_FILE
  artifacts:
    paths:
      - $MERGE_TARGET_COMMIT_FILE

branch-is-up-to-date-with-target-post: