diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-11-13 16:19:06 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-11-13 16:40:35 +0200 |
commit | 65c3e586d5e3228e778f9587033d987d43e0374a (patch) | |
tree | f28baaf39dc2ee5a579f648a52975fb814dd3243 /.drone.yml | |
parent | b6612604aa2b06ef7b12c2aaf24a4175dcea67e5 (diff) | |
download | rspamd-65c3e586d5e3228e778f9587033d987d43e0374a.tar.gz rspamd-65c3e586d5e3228e778f9587033d987d43e0374a.zip |
[Test] Set umask where it's useful
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 196dbf9ad..9e5c3409e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -136,7 +136,6 @@ "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", @@ -353,7 +352,6 @@ "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", @@ -561,7 +559,7 @@ } --- { - "hmac": "6c89d1423ccbddbfac9e2b67f24192018670209a293cfee308880a16a2f2b372", + "hmac": "1fb0cd2235d6c518d809751b4b263601285c5554863c89c19bd325af38207bce", "kind": "signature" } ... |