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

Instead of converting failures to warnings, run cleanup "always"

parent 05420809
No related branches found
No related tags found
No related merge requests found
Pipeline #6233 passed
...@@ -693,3 +693,4 @@ spec: ...@@ -693,3 +693,4 @@ spec:
script: script:
- rm -rf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}" - rm -rf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}"
dependencies: [] dependencies: []
when: always
...@@ -15,7 +15,6 @@ stages: ...@@ -15,7 +15,6 @@ stages:
- ctrl/text.dat - ctrl/text.dat
- xtrn/**/{GNUm,M}akefile - xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk} - xtrn/**/*.{c,h,cpp,hpp,mk}
allow_failure: true
include: include:
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
......
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