Commit 1290d353 authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

fix: improve logging if badge creation is disabled

parent 18817911
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ include:
  script:
    - |
      if [ "${DISABLE_BADGE_CREATION}" != "" ]; then
        echo "[*] Badge creation is disabled."
        exit 0
      elif [ "${GL_TOKEN}" == "" ]; then
        echo "[!] No GL_TOKEN set. If you want to disable badge creation, set a variable called DISABLE_BADGE_CREATION to any value."