diff options
author | Mario <mario@mariovavti.com> | 2021-10-02 13:28:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-02 13:28:35 +0000 |
commit | 3bb04cc32382d7560bc9dc9e2412487b6cc571cc (patch) | |
tree | 220f36cc0635d9c37dc54246855111af2f949975 /.gitlab-ci.yml | |
parent | 9ff43f081f9d9751113e55d4fb0485ef9a3f278b (diff) | |
download | volse-hubzilla-3bb04cc32382d7560bc9dc9e2412487b6cc571cc.tar.gz volse-hubzilla-3bb04cc32382d7560bc9dc9e2412487b6cc571cc.tar.bz2 volse-hubzilla-3bb04cc32382d7560bc9dc9e2412487b6cc571cc.zip |
nope - disable pg test until the issue is resolved
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be8db8177..223c42642 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,16 +115,16 @@ php7.3_mariadb10.3: # PHP7.3 with PostgreSQL latest (11) -php7.3_postgres11: - <<: *job_definition_postgres - artifacts: *artifacts_template +# php7.3_postgres11: +# <<: *job_definition_postgres +# artifacts: *artifacts_template # PHP7.3 with PostgreSQL latest (11) -php7.3_postgres11: - <<: *job_definition_postgres - image: php:7.3 - artifacts: *artifacts_template +# php7.3_postgres11: +# <<: *job_definition_postgres +# image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 +# artifacts: *artifacts_template # Generate Doxygen API Documentation and deploy it as GitLab pages |