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

Update .gitlab-ci.yml file

parent 5a4512b1
No related branches found
No related tags found
No related merge requests found
Pipeline #50049 failed
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: 885dfba7f74583d6a394dbf711cc805178cfcc47
stages:
- build
- full-build
hadrian-ghc-in-ghci:
stage: build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
tags: ["lint"]
script:
- "false"
build:
stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
tags: ["lint"]
"needs": [
{
......@@ -28,7 +20,7 @@ build:
"rules": [
{
"if": "(\"true\" == \"true\") && (\"true\" == \"true\") && (\"true\" == \"true\")",
"when": "always"
"when": "on_success"
}
]
script:
......
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