Commit 543a38f9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix GITLAB_CI typo

parent 9a88fe30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ if test "$CI_SERVER_NAME" = "GitLab" && test -d ~/.local/lib; then
fi
#

if [[ "$GILTAB_CI" = "true" ]] &&  [[ "$CI_DISPOSABLE_ENVIRONMENT" = "true" ]]; then
if [[ "$GITLAB_CI" = "true" ]] &&  [[ "$CI_DISPOSABLE_ENVIRONMENT" = "true" ]]; then
  # Repo ownership is adventurous in Docker-based gitlab runner, we don't care.
  git config --global --add 'safe.directory' '*'
fi