[Git][ghc/ghc][master] Fix up rules for ghcup-metadata-nightly-push
Bryan R (@chreekat)
gitlab at gitlab.haskell.org
Tue May 9 11:34:02 UTC 2023
Bryan R pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
0e2df4c9 by Bryan Richter at 2023-05-09T12:03:35+03:00
Fix up rules for ghcup-metadata-nightly-push
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1048,7 +1048,7 @@ ghcup-metadata-nightly:
rules:
- if: $NIGHTLY
-# Update the
+# Update the ghcup metadata with information about this nightly pipeline
ghcup-metadata-nightly-push:
stage: deploy
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora33:$DOCKER_REV"
@@ -1072,11 +1072,8 @@ ghcup-metadata-nightly-push:
- git commit -m "Update metadata"
- git push gitlab_origin HEAD:updates -o ci.skip
rules:
- - if: $NIGHTLY
# Only run the update on scheduled nightly pipelines, ie once a day
- - if: $CI_PIPELINE_SOURCE == "schedule"
- # And only update the metadata for master branch
- - if: '$CI_COMMIT_BRANCH == "master"'
+ - if: $NIGHTLY && $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "master"
ghcup-metadata-release:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0e2df4c9ac59a10080bd6e029e83a355ecd01c8b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0e2df4c9ac59a10080bd6e029e83a355ecd01c8b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230509/20728aac/attachment-0001.html>
More information about the ghc-commits
mailing list