Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NV KRISHNENDU
lalsuite
Commits
1e74b7a1
Commit
1e74b7a1
authored
Jan 26, 2021
by
Duncan Macleod
Browse files
ci: remove old files in conda cache
before caching the pkgs dir
parent
fbb33d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e74b7a1
...
...
@@ -308,6 +308,10 @@ cache:
fi
# run the build
-
eval $cmd
after_script
:
# clean cache of old files
-
find ${CONDA_PKGS_DIRS%:*} -atime +30 -delete
-
find ${CONDA_PKGS_DIRS%:*} -type d -empty -delete
artifacts
:
expire_in
:
18h
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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