diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-09-19 19:29:53 +0200 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-09-19 19:29:53 +0200 |
commit | 1a04efacec85dcd49c6d2c276dc1a467127d3957 (patch) | |
tree | 3b613e741b6f1bcda3a94612fa2c6c4a6df40385 | |
parent | 308adf1e480a1fe5cf89529559d9e217dacd6281 (diff) | |
download | hercules-1a04efacec85dcd49c6d2c276dc1a467127d3957.tar.gz hercules-1a04efacec85dcd49c6d2c276dc1a467127d3957.tar.bz2 hercules-1a04efacec85dcd49c6d2c276dc1a467127d3957.tar.xz hercules-1a04efacec85dcd49c6d2c276dc1a467127d3957.zip |
changed clang-8 to build on buster
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b908b5a09..0d52d9f24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ pre_re:clang-8: <<: *branch_exceptions <<: *prerequisites stage: secondary - image: debian:unstable + image: debian:buster services: - mariadb:10 variables: @@ -113,7 +113,7 @@ re:clang-8: <<: *branch_exceptions <<: *prerequisites stage: secondary - image: debian:unstable + image: debian:buster services: - mariadb:10 variables: @@ -128,7 +128,7 @@ zero-2018:clang-8: <<: *branch_exceptions <<: *prerequisites stage: clients - image: debian:unstable + image: debian:buster services: - mariadb:10 variables: |