ci-image-git-buildpackage/gitlab-ci-common

8 lines
138 B
Plaintext

if [ -z "$CI" ]; then
echo "This script should only ever be run in GitLab CI!"
exit 1
fi
apt_get="apt-get -qy $APT_GET_OPTIONS"