[Git][ghc/ghc][wip/ghcup-ci] test release job
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Jan 12 10:32:40 UTC 2023
Matthew Pickering pushed to branch wip/ghcup-ci at Glasgow Haskell Compiler / GHC
Commits:
f52599f5 by Matthew Pickering at 2023-01-12T10:32:30+00:00
test release job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1049,8 +1049,8 @@ ghcup-metadata-nightly:
needs:
- job: project-version
script:
- - export CI_PIPELINE_ID=61347
- - export ProjectVersion=9.6.20230111
+ - export CI_PIPELINE_ID=60714
+ - export ProjectVersion=9.4.4
- .gitlab/mk_ghcup_metadata.py --metadata ghcup-0.0.7.yaml --pipeline-id="$CI_PIPELINE_ID" --version="$ProjectVersion" > "metadata_test.yaml"
- echo "ProjectVersion=$ProjectVersion" > version.sh
rules:
@@ -1059,7 +1059,10 @@ ghcup-metadata-nightly:
ghcup-metadata-release:
extends: .ghcup-metadata
script:
+ - export CI_PIPELINE_ID=60714
+ - export ProjectVersion=9.4.4
- .gitlab/mk_ghcup_metadata.py --release-mode --metadata ghcup-0.0.7.yaml --pipeline-id="$CI_PIPELINE_ID" --version="$ProjectVersion" > "metadata_test.yaml"
+ - echo "ProjectVersion=$ProjectVersion" > version.sh
rules:
- if: '$RELEASE_JOB == "yes"'
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f52599f5534bdb9f2e1ff80b88dafaf4c151d49e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f52599f5534bdb9f2e1ff80b88dafaf4c151d49e
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/24467a61/attachment-0001.html>
More information about the ghc-commits
mailing list