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
csbase-dev
sgarest-daemon
Commits
22f18aae
Commit
22f18aae
authored
Jul 09, 2021
by
Pedro Felipe Santos Magalhaes
Browse files
Alterando gitlab-ci para limpar as pastas usadas como cache
[SOMA-9434] [SOMA-9645]
parent
c7312e7c
Pipeline
#93248
failed with stages
in 4 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
22f18aae
...
...
@@ -252,3 +252,17 @@ deploy_latest:
expire_in
:
1 month
only
:
-
tags
#-------------------------
# Clean Cache Job
#-------------------------
clean_cache
:
stage
:
.post
cache
:
paths
:
-
test/lua_runtime
-
test/daemon/node_modules
script
:
-
rm -fR test/lua_runtime
-
rm -fR test/daemon/node_modules
when
:
always
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