Fix indentation
This commit is contained in:
+7
-7
@@ -6,15 +6,15 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
untracked: true
|
untracked: true
|
||||||
key: "$CI_COMMIT_REF_NAME"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
stage: setup
|
stage: setup
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
# test:unit:
|
# test:unit:
|
||||||
# image: node:7.10.0
|
# image: node:7.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user