diff --git a/util/ci/arch-docker b/util/ci/arch-docker index 47f0c5e984..b6e0703b38 100644 --- a/util/ci/arch-docker +++ b/util/ci/arch-docker @@ -4,6 +4,6 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen run locale-gen -copy arch-testscript afterfailure commonbuild / -run chmod +x /arch-testscript /afterfailure /commonbuild +copy arch-testscript commonbuild / +run chmod +x /arch-testscript /commonbuild entrypoint /arch-testscript diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-14.04-docker index f788331854..0f055141c6 100644 --- a/util/ci/ubuntu-14.04-docker +++ b/util/ci/ubuntu-14.04-docker @@ -5,6 +5,6 @@ run apt-get build-dep -qq gnucash > /dev/null run apt-get install -qq git bash-completion cmake3 make swig xsltproc libdbd-sqlite3 texinfo ninja-build libboost-all-dev libgtk-3-dev libwebkit2gtk-3.0-dev > /dev/null run apt-get --reinstall install -qq language-pack-en language-pack-fr run git clone https://github.com/google/googletest -b release-1.8.0 gtest -copy ubuntu-14.04-testscript afterfailure commonbuild / -run chmod +x /ubuntu-14.04-testscript /afterfailure /commonbuild +copy ubuntu-14.04-testscript commonbuild / +run chmod +x /ubuntu-14.04-testscript /commonbuild entrypoint /ubuntu-14.04-testscript