Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
bookme
Commits
69f337cd
Commit
69f337cd
authored
Jun 04, 2018
by
Christopher League
Browse files
GitLab CI: forgot the `-y` on apt-get
parent
5cbb8780
Pipeline
#527
failed with stage
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69f337cd
...
...
@@ -3,8 +3,8 @@ image: haskell:8
# https://github.com/commercialhaskell/stackage/issues/3132
# https://github.com/snoyberg/http-client/issues/292
before_script
:
-
apt-get update
-
apt-get install build-essential
-
apt-get
-y
update
-
apt-get
-y
install build-essential
-
stack upgrade
build
:
# For some reason, just `stack` uses the old version, so explicitly
...
...
Write
Preview
Markdown
is supported
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