Remove nginx test

environments/review-simplify-c-5e1v77/deployments/3927
Alex Gleason 2023-09-18 18:13:35 -05:00
rodzic 0e884b0b34
commit 29ba62ea64
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 10 usunięć

Wyświetl plik

@ -81,16 +81,6 @@ lint:
# coverage_format: cobertura
# path: .coverage/cobertura-coverage.xml
nginx-test:
stage: test
image: nginx:latest
before_script:
- cp installation/mastodon.conf /etc/nginx/conf.d/default.conf
script: nginx -t
only:
changes:
- "installation/mastodon.conf"
build:
stage: test
before_script: