diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-01-21 22:51:42 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-01-21 22:51:42 +0100 |
commit | f573c1772a83ffe7307c5b644fbdef9218c105b0 (patch) | |
tree | 28d86fd5e0b544049922923d747c4cfeae76c892 | |
parent | f08e91e19d76ae64ade5c5dc1b7424327610d45a (diff) | |
download | volse-hubzilla-f573c1772a83ffe7307c5b644fbdef9218c105b0.tar.gz volse-hubzilla-f573c1772a83ffe7307c5b644fbdef9218c105b0.tar.bz2 volse-hubzilla-f573c1772a83ffe7307c5b644fbdef9218c105b0.zip |
CI: Slight refactoring.
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 366c2c448..960077c3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,20 +101,20 @@ before_script: # PHP8.1 with MySQL 8.0 php8.1_mysql8.0.22: - <<: *job_definition_mysql - <<: *artifacts_template image: php:8.1 services: - mysql:8.0 + <<: *job_definition_mysql + <<: *artifacts_template # PHP8.1 with PostgreSQL 12 php8.1_postgres12: - <<: *job_definition_postgres - <<: *artifacts_template image: php:8.1 services: - postgres:12-alpine + <<: *job_definition_postgres + <<: *artifacts_template # Generate Doxygen API Documentation and deploy it as GitLab pages |