Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
catladder
gitlab-ci
Commits
1ec970be
Commit
1ec970be
authored
Nov 24, 2021
by
Marco Wettstein
Browse files
feat: remove meteor build cache variable, it was not the cause of the problem
parent
19c934d6
Pipeline
#118783
passed with stages
in 5 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/cache.yml
View file @
1ec970be
...
...
@@ -16,7 +16,7 @@
.cache-app-build-meteor
:
cache
:
-
!reference
[
.cache-node-modules
,
cache
]
-
key
:
$METEOR_BUILD_CACHE_KEY
-
key
:
meteor-build-cache
policy
:
pull-push
paths
:
-
$APP_DIR/.meteor/local/resolver-result-cache.json
...
...
meteor-kubernetes.yml
View file @
1ec970be
...
...
@@ -4,7 +4,6 @@ variables:
DEFAULT_VALUE_application_command
:
node main.js
# higher default memory
DEFAULT_VALUE_application_resources_requests_memory
:
"
350Mi"
METEOR_BUILD_CACHE_KEY
:
meteor-build-cache
# some project seem to have trouble with caching meteor, there, we can use the commit as cache key or so to effectivly disable it
app-build
:
extends
:
...
...
Write
Preview
Supports
Markdown
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