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

7 lines
99 B
Plaintext

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