Skip to content
Snippets Groups Projects
Commit 44c39d06 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

gitlab-ci: image build should fail on failed commands


Ensure that no command in the script fails silently. If any command fails, the
image is likely broken.

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent e7fb62a3
No related branches found
No related tags found
1 merge request!342Install Xwayland in CI
#!/bin/bash #!/bin/bash
set -o xtrace set -o xtrace -o errexit
echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
apt-get update apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment