summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-22 14:58:57 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-22 14:58:57 +0300
commit9b998b30698284443e5b539627bd75f398096e86 (patch)
tree26950856c993146ff4b3bcc3b46f53b41d758e8b
parentfa9da54d910ff3f28bcfd244cc6792d39d4ed397 (diff)
fix typo
-rw-r--r--.gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40ba80b55..8e42a959a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,11 +123,14 @@ phpunit-integration:
API_URL: ${APP_URL}/api/
HEALTHCHECK_URL: ${APP_URL}/public.php?op=healthcheck
services:
- - &svc_db name: registry.fakecake.org/docker.io/postgres:15-alpine
+ - &svc_db
+ name: registry.fakecake.org/docker.io/postgres:15-alpine
alias: db
- - &svc_app name: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:${CI_COMMIT_SHORT_SHA}
+ - &svc_app
+ name: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:${CI_COMMIT_SHORT_SHA}
alias: app
- - &svc_web name: registry.fakecake.org/cthulhoo/ttrss-web-nginx:${CI_COMMIT_SHORT_SHA}
+ - &svc_web
+ name: registry.fakecake.org/cthulhoo/ttrss-web-nginx:${CI_COMMIT_SHORT_SHA}
alias: web-nginx
rules:
- if: $CI_COMMIT_BRANCH && $REGISTRY_USER != null