[Git][ghc/ghc][wip/test-nightlies] fix testing
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed May 17 17:16:57 UTC 2023
Matthew Pickering pushed to branch wip/test-nightlies at Glasgow Haskell Compiler / GHC
Commits:
26948221 by Matthew Pickering at 2023-05-17T18:16:49+01:00
fix testing
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1012,7 +1012,7 @@ project-version:
ghcup-metadata-nightly:
extends: .ghcup-metadata
# Explicit needs for validate pipeline because we only need certain bindists
- needs: []
+ needs:
# - job: nightly-x86_64-linux-fedora33-release
# artifacts: false
# - job: nightly-x86_64-linux-centos7-validate
@@ -1043,7 +1043,7 @@ ghcup-metadata-nightly:
# artifacts: false
# - job: source-tarball
# artifacts: false
- # - job: project-version
+ - job: project-version
script:
- nix shell --extra-experimental-features nix-command -f .gitlab/rel_eng -c ghcup-metadata --metadata ghcup-0.0.7.yaml --date="$(date -d $CI_PIPELINE_CREATED_AT +%Y-%M-%d)" --pipeline-id="$CI_PIPELINE_ID" --version="$ProjectVersion" > "metadata_test.yaml"
rules:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2694822185e11d29a4ab6602900079b435ed5824
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2694822185e11d29a4ab6602900079b435ed5824
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/20230517/da8dc28f/attachment-0001.html>
More information about the ghc-commits
mailing list