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