From 29ba62ea64368f13b392d0f86772ff614d235c96 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 18 Sep 2023 18:13:35 -0500 Subject: [PATCH] Remove nginx test --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a79fda26b..f5b6f5320 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: