projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520cc0c
)
Update .gitlab-ci.yml
author
lambda
<pleromagit@rogerbraun.net>
Thu, 2 Nov 2017 16:33:05 +0000
(16:33 +0000)
committer
lambda
<pleromagit@rogerbraun.net>
Thu, 2 Nov 2017 16:33:05 +0000
(16:33 +0000)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index a529bb0b7b75ac6d3b6cfba95e1b25ef917e55cc..d72b700fd7311133d2ae7413ace6efb73d05e79f 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-12,8
+12,8
@@
stages:
- test
before_script:
- - mix local.hex
–
force
- - mix local.rebar
–
force
+ - mix local.hex
--
force
+ - mix local.rebar
--
force
- mix deps.get
- MIX_ENV=test mix ecto.create
- MIX_ENV=test mix ecto.migrate