diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-01-27 08:41:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-27 15:37:46 +0700 |
commit | e832659b0d5be4eb15f60afabb83376d45416e9f (patch) | |
tree | f32ce0f227e185725bc2c9f07dc6b73f2355f104 /.gitlab-ci.yml | |
parent | 922308229a02481f2187eda2b4dfbd215e6ce68a (diff) |
graphics/vuescan: Updated for version 9.8.26.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98b8bc150189..51bd02061a04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,5 +56,6 @@ pr-checks: printf '```\n' } > comment-output - GITLAB_TOKEN="$MR_AUTOMATION_TOKEN" glab mr --repo "$CI_PROJECT_PATH" comment $(echo "$CI_OPEN_MERGE_REQUESTS" | cut -d '!' -f2) --unique=true --message "$(cat comment-output)" + # $CI_PROJECT_PATH points to the fork + GITLAB_TOKEN="$MR_AUTOMATION_TOKEN" glab mr --repo "SlackBuilds.org/slackbuilds" comment $(echo "$CI_OPEN_MERGE_REQUESTS" | cut -d '!' -f2) --unique=true --message "$(cat comment-output)" done |