diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 172c2800671fee3373ba099276c4b8795af7eb2b..b1fd0c8289e9a825f2ca981f801e2059e87ce615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,3 +218,7 @@ homebrew-release: secret_detection: dependencies: [] # Don't download artifacts, especially `./public/` + +echo-git-depth: + needs: [] + script: if [ -z "${DANGER_GITLAB_API_TOKEN}" ]; then echo "no danger token"; else "danger token is present"; fi \ No newline at end of file