Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ badge:test: NAME: "branch" MESSAGE: "${CI_COMMIT_REF_NAME}" COLOR: "fuchsia" rules: - if: $GL_TOKEN when: never # child pipeline to unit tests all our jobs Loading project-automation/badge.yml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ if [ "${STATUS_CODE:0:1}" = "2" ]; then echo "[+] Badge set successfully." elif "${STATUS_CODE}" = "403" ]; then elif [ "${STATUS_CODE}" = "403" ]; then echo "[!] Access Forbidden. Does GL_TOKEN have access to badge creation? A Personal Access Token requires at least a Maintainer user." exit 1 else Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ badge:test: NAME: "branch" MESSAGE: "${CI_COMMIT_REF_NAME}" COLOR: "fuchsia" rules: - if: $GL_TOKEN when: never # child pipeline to unit tests all our jobs Loading
project-automation/badge.yml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ if [ "${STATUS_CODE:0:1}" = "2" ]; then echo "[+] Badge set successfully." elif "${STATUS_CODE}" = "403" ]; then elif [ "${STATUS_CODE}" = "403" ]; then echo "[!] Access Forbidden. Does GL_TOKEN have access to badge creation? A Personal Access Token requires at least a Maintainer user." exit 1 else Loading