Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
arsnova-click-v2-frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
12
Merge Requests
12
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
b63ec7d4
Commit
b63ec7d4
authored
Jun 12, 2018
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes cache key name
parent
6f2a6e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.gitlab-ci.yml
.gitlab-ci.yml
+4
-5
No files found.
.gitlab-ci.yml
View file @
b63ec7d4
...
...
@@ -12,8 +12,7 @@ npm_install:
tags
:
-
nodejs
cache
:
key
:
npm-cache
policy
:
push
key
:
"
$CI_COMMIT_REF_SLUG"
paths
:
-
./node_modules/
script
:
...
...
@@ -24,7 +23,7 @@ ts_lint:
tags
:
-
nodejs
cache
:
key
:
npm-cache
key
:
"
$CI_COMMIT_REF_SLUG"
policy
:
pull
paths
:
-
./node_modules/
...
...
@@ -36,7 +35,7 @@ npm_test:
tags
:
-
nodejs
cache
:
key
:
npm-cache
key
:
"
$CI_COMMIT_REF_SLUG"
policy
:
pull
paths
:
-
./node_modules/
...
...
@@ -55,7 +54,7 @@ build:
tags
:
-
nodejs
cache
:
key
:
npm-cache
key
:
"
$CI_COMMIT_REF_SLUG"
policy
:
pull
paths
:
-
./node_modules/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment