Skip to content
Snippets Groups Projects
Commit 5a4512b1 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Update .gitlab-ci.yml file

parent 1b32bd2e
No related branches found
No related tags found
No related merge requests found
Pipeline #50048 failed
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: 885dfba7f74583d6a394dbf711cc805178cfcc47
stages: stages:
- build - build
- full-build - full-build
hadrian-ghc-in-ghci: hadrian-ghc-in-ghci:
stage: build stage: build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
tags: ["lint"] tags: ["lint"]
script: script:
- "false" - "false"
build: build:
stage: full-build stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
tags: ["lint"] tags: ["lint"]
"needs": [ "needs": [
{ {
......
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