Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
62f3c0e8
Commit
62f3c0e8
authored
Dec 23, 2019
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump asset-compile cache keys
parent
7c8214ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+4
-4
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
62f3c0e8
...
...
@@ -30,7 +30,7 @@
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375
cache
:
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:
v6
"
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:
tmp_cache_webpack:v7
"
artifacts
:
name
:
webpack-report
expire_in
:
31d
...
...
@@ -86,7 +86,7 @@ gitlab:assets:compile pull-cache:
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS
:
--max_old_space_size=3584
cache
:
key
:
"
assets-compile:v
7
"
key
:
"
assets-compile:v
8
"
artifacts
:
expire_in
:
7d
paths
:
...
...
@@ -108,7 +108,7 @@ compile-assets pull-push-cache foss:
-
master
cache
:
policy
:
pull-push
key
:
"
assets-compile:v
7
:foss"
key
:
"
assets-compile:v
8
:foss"
compile-assets pull-cache
:
extends
:
.compile-assets-metadata
...
...
@@ -119,7 +119,7 @@ compile-assets pull-cache foss:
extends
:
[
"
.compile-assets-metadata"
,
"
.only-ee-as-if-foss"
]
cache
:
policy
:
pull
key
:
"
assets-compile:v
7
:foss"
key
:
"
assets-compile:v
8
:foss"
.only-code-frontend-job-base
:
extends
:
...
...
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