[Git][ghc/ghc][wip/ghcup-metadata-nightly] Testing
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue May 2 08:55:51 UTC 2023
Matthew Pickering pushed to branch wip/ghcup-metadata-nightly at Glasgow Haskell Compiler / GHC
Commits:
f2af4694 by GHC GitLab CI at 2023-05-02T09:43:55+01:00
Testing
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -999,7 +999,7 @@ project-version:
- . ./version.sh
# Download existing ghcup metadata
- - nix shell --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#wget -c wget "https://gitlab.haskell.org/ghc/ghcup-metadata/-/raw/main/ghcup-0.0.7.yaml"
+ - nix shell --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#wget -c wget "https://gitlab.haskell.org/ghc/ghcup-metadata/-/raw/updates/ghcup-0.0.7.yaml"
- .gitlab/generate_job_metadata
@@ -1072,7 +1072,7 @@ ghcup-metadata-nightly-push:
- git remote add gitlab_origin https://oauth2:$PROJECT_PUSH_TOKEN@gitlab.haskell.org/ghc/ghcup-metadata.git
- git add .
- git commit -m "Update metadata"
- - git push gitlab_origin HEAD:main -o ci.skip
+ - git push gitlab_origin HEAD:updates -o ci.skip
rules:
- if: $NIGHTLY
# - if: $CI_PIPELINE_SOURCE == "schedule"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f2af46940ac4d2a40d71af67e3d419b307485157
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f2af46940ac4d2a40d71af67e3d419b307485157
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/20230502/9e2a3745/attachment-0001.html>
More information about the ghc-commits
mailing list