summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/exit.sh
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-04-07 16:51:54 +0200
committerjak1 <jak1@themanaworld.org>2023-04-07 16:52:34 +0200
commita6006f9c59dccb6af4bf9b3e192bdb829c54fe87 (patch)
tree4df48d2b9ee14d51d0d6428436c49ed29f4395cb /tools/ci/scripts/exit.sh
parent279c7ba28804960ae3b2ec0753b4c3a92d5a6ede (diff)
downloadmanaverse-a6006f9c59dccb6af4bf9b3e192bdb829c54fe87.tar.gz
manaverse-a6006f9c59dccb6af4bf9b3e192bdb829c54fe87.tar.bz2
manaverse-a6006f9c59dccb6af4bf9b3e192bdb829c54fe87.tar.xz
manaverse-a6006f9c59dccb6af4bf9b3e192bdb829c54fe87.zip
sorting CI:
moved disabled jobs to 'tools/ci/disabled.gitlab-ci.yml' added check before rm, removes a lot unnecessary noise form pipeline output (req. init.sh) added N_RUNS to runtests.sh (without arg it runs 3 times the tests, given amount otherwise) added gcc-12 job
Diffstat (limited to 'tools/ci/scripts/exit.sh')
-rwxr-xr-xtools/ci/scripts/exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/exit.sh b/tools/ci/scripts/exit.sh
index 1f13618c1..d06219a4f 100755
--- a/tools/ci/scripts/exit.sh
+++ b/tools/ci/scripts/exit.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-rm $ERRFILE
+silent_rm $ERRFILE