diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb170d984ad5226a847d494142919cd4b9f9970a..161bc4dea4947cbb4ddada052ee19c0acf386bc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,13 +105,13 @@ docs: - .docs - .nightly -bot-comment: - stage: bot - image: alpine:latest - script: - - apk add --no-cache glab - - glab mr --repo "$CI_MERGE_REQUEST_PROJECT_PATH" comment $CI_MERGE_REQUEST_IID --unique --message "Thanks for your MR! You can preview the docs [here]($DOCS_BASEURL/$CI_MERGE_REQUEST_IID/)." - rules: - - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - variables: - GITLAB_TOKEN: $MR_AUTOMATION_TOKEN +#bot-comment: +# stage: bot +# image: alpine:latest +# script: +# - apk add --no-cache glab +# - glab mr --repo "$CI_MERGE_REQUEST_PROJECT_PATH" comment $CI_MERGE_REQUEST_IID --unique --message "Thanks for your MR! You can preview the docs [here]($DOCS_BASEURL/$CI_MERGE_REQUEST_IID/)." +# rules: +# - if: $CI_PIPELINE_SOURCE == 'merge_request_event' +# variables: +# GITLAB_TOKEN: $MR_AUTOMATION_TOKEN