diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c53d63b09543beee6e8fc04b74d9b712d2974b0..f2175c6c0dba908306a53a34dca48a6ff9252a9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ include: - - component: "${CI_SERVER_HOST}/ci/component/bazelisk/version@v1.3.0" + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/hooks@v1.4.0" + inputs: + extends: + - .base + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/version@v1.4.0" inputs: extends: - .base @@ -10,7 +14,7 @@ include: - 7.x - 8.x # FIXME: enable remote builds - #- component: "${CI_SERVER_HOST}/ci/component/bazelisk/config@v1.3.0" + #- component: "${CI_SERVER_HOST}/ci/component/bazelisk/config@v1.4.0" # inputs: # extends: # - .base @@ -18,7 +22,7 @@ include: # - hooks # config: # - remote - - component: "${CI_SERVER_HOST}/ci/component/bazelisk/semantic-release@v1.3.0" + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/semantic-release@v1.4.0" inputs: extends: - .base @@ -56,15 +60,6 @@ qemu: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" -hooks: - stage: .pre - extends: .base - script: - - bazelisk run //hooks - rules: - - !reference [.base, rules] - - if: $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" - pages: stage: deploy extends: .base