Skip to content
Snippets Groups Projects
Verified Commit 51ea02b3 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

moves tags to end of ci jobs

parent eacc8add
Branches
No related tags found
No related merge requests found
...@@ -7,15 +7,13 @@ variables: ...@@ -7,15 +7,13 @@ variables:
check: check:
stage: check stage: check
tags:
- pandoc
script: script:
- make check - make check
tags:
- pandoc
deploy: deploy:
stage: deploy stage: deploy
tags:
- pandoc
script: script:
- make - make
- >- - >-
...@@ -33,3 +31,5 @@ deploy: ...@@ -33,3 +31,5 @@ deploy:
variables: variables:
- $NEXTCLOUD_PW - $NEXTCLOUD_PW
- $NEXTCLOUD_SHARE - $NEXTCLOUD_SHARE
tags:
- pandoc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment