[Git][ghc/ghc][wip/ghcup-ci] fix?

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Thu Jan 12 10:42:54 UTC 2023



Matthew Pickering pushed to branch wip/ghcup-ci at Glasgow Haskell Compiler / GHC


Commits:
d50502b3 by Matthew Pickering at 2023-01-12T10:42:47+00:00
fix?

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1087,7 +1087,7 @@ ghcup-metadata-testing-nightly:
       NIGHTLY: "$NIGHTLY"
       UPSTREAM_JOB_NAME: "ghcup-metadata-nightly"
   rules:
-    - if: $NIGHTLY
+    - if: '$NIGHTLY == "1"'
 
 ghcup-metadata-testing-release:
   needs:
@@ -1095,7 +1095,7 @@ ghcup-metadata-testing-release:
       artifacts: false
   extends: .ghcup-metadata-testing
   variables:
-      UPSTREAM_JOB_NAME: "ghcup-metadata-nightly"
+      UPSTREAM_JOB_NAME: "ghcup-metadata-release"
   rules:
     - if: '$RELEASE_JOB == "yes"'
   when: manual



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d50502b3b524f90d3d9484303601101b9ab981e9

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d50502b3b524f90d3d9484303601101b9ab981e9
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/20230112/0b76731c/attachment-0001.html>


More information about the ghc-commits mailing list