From 2694822185e11d29a4ab6602900079b435ed5824 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 17 May 2023 18:16:49 +0100 Subject: fix testing --- .gitlab-ci.yml | 4 ++-- 1 file 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: -- cgit v1.2.1