Remove nginx test

This commit is contained in:
Alex Gleason 2023-09-18 18:13:35 -05:00
parent 0e884b0b34
commit 29ba62ea64
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 10 deletions

View File

@ -81,16 +81,6 @@ lint:
# coverage_format: cobertura # coverage_format: cobertura
# path: .coverage/cobertura-coverage.xml # 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: build:
stage: test stage: test
before_script: before_script: