aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-11-13 16:19:06 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-11-13 16:40:35 +0200
commit65c3e586d5e3228e778f9587033d987d43e0374a (patch)
treef28baaf39dc2ee5a579f648a52975fb814dd3243 /.drone.jsonnet
parentb6612604aa2b06ef7b12c2aaf24a4175dcea67e5 (diff)
downloadrspamd-65c3e586d5e3228e778f9587033d987d43e0374a.tar.gz
rspamd-65c3e586d5e3228e778f9587033d987d43e0374a.zip
[Test] Set umask where it's useful
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet1
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index ef0f56c61..8bac34da6 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -192,7 +192,6 @@ local pipeline(arch) = {
'cd /rspamd/build',
'ulimit -c unlimited',
'ulimit -s unlimited',
- 'umask 0000',
'set +e',
'RSPAMD_INSTALLROOT=/rspamd/install robot --removekeywords wuks --exclude isbroken $DRONE_WORKSPACE/test/functional/cases; EXIT_CODE=$?',
'set -e',