From 9ecded05867a8cf4adc7724b64c4e337343ed082 Mon Sep 17 00:00:00 2001 From: saibotk Date: Tue, 30 Jun 2020 05:19:41 +0200 Subject: [PATCH] CI: Remove unused tags --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 232a170..3638c94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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