Skip to content
Snippets Groups Projects
Commit 3a08e1b1 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

gitlab-ci: Pull bindist from master by default

parent 957ee321
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ variables: ...@@ -22,8 +22,8 @@ variables:
# Commit of ghc/ci-images repository from which to pull Docker images # Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f
# A default for testing # Default GHC bindist
GHC_TARBALL: "https://gitlab.haskell.org/ghc/ghc/-/jobs/111365/artifacts/raw/ghc-x86_64-fedora27-linux.tar.xz" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
# Project ID of ghc/ghc # Project ID of ghc/ghc
GHC_PROJECT_ID: "1" GHC_PROJECT_ID: "1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment