Remove nginx test
This commit is contained in:
parent
0e884b0b34
commit
29ba62ea64
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue