Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
4d981875
Commit
4d981875
authored
May 06, 2018
by
Henrik Tramberend
Browse files
Try with my own runner
parent
a490f587
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4d981875
...
...
@@ -11,10 +11,12 @@ build:
-
docker build -t $CI_REGISTRY_IMAGE .
-
docker push $CI_REGISTRY_IMAGE
# Well, it seems wie need a different runner for that
# stackdockerbuild:
# stage: build
# only:
# - master
# script:
# - stack --docker build
stackbuild
:
tags
:
-
stack
stage
:
build
only
:
-
master
script
:
-
stack setup
-
stack build -j 8 --fast
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment