Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tomáš Zemanovič
tzemanovic.gitlab.io
Commits
dead68c8
Unverified
Commit
dead68c8
authored
Jun 07, 2018
by
Tomáš Zemanovič
Browse files
fix path to .stack-root
parent
824db100
Pipeline
#23372291
passed with stages
in 53 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dead68c8
...
...
@@ -15,9 +15,9 @@ build:
cache
:
key
:
"
$CI_BUILD_NAME"
paths
:
-
src/_cache
/
-
.stack-root
/
-
src/.stack-work/
-
src/
.stack-root
/
-
src/
_cache
/
script
:
-
stack exec site build
except
:
...
...
@@ -27,9 +27,9 @@ pages:
cache
:
key
:
"
$CI_BUILD_NAME"
paths
:
-
src/_cache
/
-
.stack-root
/
-
src/.stack-work/
-
src/
.stack-root
/
-
src/
_cache
/
script
:
-
stack exec site build
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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