Skip to content
Snippets Groups Projects
Commit 5e17870a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[gitlab-ci/nightlies] Tries out manual cleanup

parent f0642114
No related branches found
No related tags found
1 merge request!100More cleanup improvements
......@@ -47,7 +47,7 @@ macosx:
# Periodic cleanup of beta packages
cleanup:
.cleanup_template:
stage: cleanup
tags:
- docker
......@@ -64,3 +64,14 @@ cleanup:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# The automatic clean-up takes place when the nightly successfuly runs
cleanup:
extends: .cleanup_template
manual_cleanup:
extends: .cleanup_template
when: manual
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment