summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-05-17 18:16:49 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-05-17 18:16:49 +0100
commit2694822185e11d29a4ab6602900079b435ed5824 (patch)
tree4711dee74eb9194d7db025e732cbc3de0f026b88
parent1cfc12a6d091fb977174e41c66f6ba2329322192 (diff)
downloadhaskell-wip/test-nightlies.tar.gz
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 558c6990eb..74348bf90e 100644
--- a/.gitlab-ci.yml
+++ b/.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: