summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-05-27 18:27:40 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2024-05-27 18:28:25 +0200
commitd961b55347c83ebcea2fffee304e4795f34bc752 (patch)
treed3ee6eb4b046df19bcb57c5fb48e339eaaeb7d62 /.gitlab-ci.yml
parentde7c78680f5647f8e999b66d81904262de499a48 (diff)
CI: Set /bin/sh shell for travis user, so flock -c works
This is awkward.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 528edf74a..dc8cfc94a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ before_script:
- rm -f /etc/dpkg/dpkg.cfg.d/excludes
- apt-get update
- apt-get install --no-install-recommends -qq build-essential expect sudo ccache moreutils adduser
- - adduser --home /home/travis travis --quiet --disabled-login --gecos ""
+ - adduser --home /home/travis travis --quiet --disabled-login --gecos "" --shell /bin/sh
- chmod 755 /root
- chmod -R o+rwX $PWD
- ./prepare-release travis-ci