diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-27 18:27:40 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-27 18:28:25 +0200 |
| commit | d961b55347c83ebcea2fffee304e4795f34bc752 (patch) | |
| tree | d3ee6eb4b046df19bcb57c5fb48e339eaaeb7d62 | |
| parent | de7c78680f5647f8e999b66d81904262de499a48 (diff) | |
CI: Set /bin/sh shell for travis user, so flock -c works
This is awkward.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
