Skip to content
Snippets Groups Projects
Commit b87a6a8c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't group cleanup either, and don't make it wait.

parent d5cb2ab9
No related branches found
No related tags found
No related merge requests found
Pipeline #6229 failed
......@@ -687,10 +687,11 @@ spec:
###########
# Cleanup #
###########
"cleanup [$[[ inputs.os ]]-$[[ inputs.platform ]]]":
"$[[ inputs.os ]]-$[[ inputs.platform ]] cleanup":
extends:
- .$[[ inputs.os ]]-cleanup
script:
- rm -rf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}"
dependencies:
- "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]"
needs:
- "$[[ inputs.os ]]-$[[ inputs.platform ]] js-testsuite"
artifacts: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment