CI: Remove unused tags
This commit is contained in:
parent
a43f5bc329
commit
9ecded0586
1 changed files with 0 additions and 6 deletions
|
@ -20,8 +20,6 @@ spellcheck:
|
||||||
- npm i -g markdown-spellcheck
|
- npm i -g markdown-spellcheck
|
||||||
script:
|
script:
|
||||||
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/cibuilds/hugo:0.73
|
image: docker.io/cibuilds/hugo:0.73
|
||||||
|
@ -81,8 +79,6 @@ test:
|
||||||
- podman rm testing
|
- podman rm testing
|
||||||
except:
|
except:
|
||||||
- deploy
|
- deploy
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
test-deploy:
|
test-deploy:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -100,5 +96,3 @@ test-deploy:
|
||||||
- podman rm testing
|
- podman rm testing
|
||||||
only:
|
only:
|
||||||
- deploy
|
- deploy
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue