projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef79ce
)
switch CI image to alpine
author
Dan Allen
<dan@opendevise.com>
Sat, 7 Apr 2018 01:19:29 +0000
(19:19 -0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 7 Apr 2018 01:19:57 +0000
(19:19 -0600)
- use alpine instead of debian
- use concrete tag
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
afc19fd
..
884d261
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1,8
+1,5
@@
-image: node:8
-stages:
-- setup
-- verify
-- deploy
+image: node:8.11.1-alpine
+stages: [setup, verify, deploy]
yarn:
stage: setup
cache: