We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c656b commit 99c12efCopy full SHA for 99c12ef
.gitlab-ci.yml
@@ -21,6 +21,14 @@ build:
21
- (cd etc/scripts && stack --install-ghc install --pedantic)
22
- stack-release-script check
23
24
+manual_build:
25
+ stage: build
26
+ when: manual
27
+ script:
28
+ - export PATH=$HOME/.local/bin:$PATH
29
+ - (cd etc/scripts && stack --install-ghc install --pedantic)
30
+ - stack-release-script check
31
+
32
docker_image_lts-8:
33
stage: build
34
when: manual
0 commit comments