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