diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-05-17 18:16:49 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-05-17 18:16:49 +0100 |
commit | 2694822185e11d29a4ab6602900079b435ed5824 (patch) | |
tree | 4711dee74eb9194d7db025e732cbc3de0f026b88 | |
parent | 1cfc12a6d091fb977174e41c66f6ba2329322192 (diff) | |
download | haskell-wip/test-nightlies.tar.gz |
fix testingwip/test-nightlies
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |