projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a7789
)
.
author
lain
<lain@soykaf.club>
Sat, 21 Apr 2018 07:30:15 +0000
(09:30 +0200)
committer
lain
<lain@soykaf.club>
Sat, 21 Apr 2018 07:30:15 +0000
(09:30 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 2fbc87a61c66c3e419f603899ed0cdc7f8ad4a1a..35029c8f0892ac7c87ebb66d901cfdcd0e096038 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1,4
+1,4
@@
-image: elixir:1.6.4
-alpine
+image: elixir:1.6.4
services:
- postgres:9.6.2
@@
-13,8
+13,6
@@
stages:
- test
before_script:
- - apk update git
- - apk add git
- mix local.hex --force
- mix local.rebar --force
- mix deps.get