Skip to content
Snippets Groups Projects
Commit b5aecb8a authored by Martin Pugh's avatar Martin Pugh
Browse files

update label names for check_labels job

parent e3a258ff
No related merge requests found
......@@ -285,4 +285,4 @@ check-labels:
only:
- /^[0-9]+$/
script:
- ./scripts/gitlab/check_tags.sh
- ./scripts/gitlab/check_labels.sh
......@@ -5,9 +5,9 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh
# Must have one of the following labels
labels=(
'B0-silent'
'B1-releasenotes'
'B1-runtimenoteworthy'
'B1-silent'
'B2-runtimenoteworthy'
)
echo "[+] Checking labels for $CI_COMMIT_BRANCH"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment