[Git][ghc/ghc][wip/ghcup-ci] test
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Jan 12 09:03:35 UTC 2023
Matthew Pickering pushed to branch wip/ghcup-ci at Glasgow Haskell Compiler / GHC
Commits:
6a98e9e0 by Matthew Pickering at 2023-01-12T09:03:23+00:00
test
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1007,11 +1007,12 @@ project-version:
GIT_SUBMODULE_STRATEGY: "none"
before_script:
- ls
+ - cat version.sh
# Calculate the project version
- source version.sh
# Download existing ghcup metadata
- - wget "https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-0.0.7.yaml"
+ - nix shell --extra-experimental-features nix-command --extra-experimental-features flakses nixpkgs#wget -c wget "https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-0.0.7.yaml"
artifacts:
paths:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6a98e9e0963dcb7d7f7352decd2d05090a98e286
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6a98e9e0963dcb7d7f7352decd2d05090a98e286
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/20230112/a4520a56/attachment-0001.html>
More information about the ghc-commits
mailing list