summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Ahbabou <sahbabou@gitlab.com>2019-06-09 18:22:19 +0000
committerSara Ahbabou <sahbabou@gitab.com>2019-06-10 09:58:53 -0700
commit9d5f1d2c7101c0bbed200724b80b78e0bc3ec0e2 (patch)
tree60691e71a5d221647199ec2bd7287e6f06931761
parent5974423f0018b4e99f5113590ae1006357766c4a (diff)
downloadgitlab-ce-add-nodejs-template-to-ci.tar.gz
Updated level of indentationadd-nodejs-template-to-ci
-rw-r--r--lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml b/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
index 39118f22f01..ea27e92cfec 100644
--- a/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
@@ -28,7 +28,7 @@ build:create_npmrc:
fi
artifacts:
paths:
- - .npmrc
+ - .npmrc
expire_in: 1 week
build_package: