summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: