CI: Remove unused tags

This commit is contained in:
saibotk 2020-06-30 05:19:41 +02:00
parent a43f5bc329
commit 9ecded0586
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -20,8 +20,6 @@ spellcheck:
- npm i -g markdown-spellcheck
script:
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
tags:
- docker
build:
image: docker.io/cibuilds/hugo:0.73
@ -81,8 +79,6 @@ test:
- podman rm testing
except:
- deploy
tags:
- docker
test-deploy:
stage: test
@ -100,5 +96,3 @@ test-deploy:
- podman rm testing
only:
- deploy
tags:
- docker