Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
af69c1e6
Verified
Commit
af69c1e6
authored
May 21, 2021
by
Daniel Sonck
Browse files
Fix gitlab ci runner tags
parent
170d285e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
af69c1e6
...
...
@@ -24,6 +24,9 @@ build:
artifacts
:
paths
:
-
app/version.gradle
tags
:
-
kubernetes
-
cluster
deploy
:
dependencies
:
...
...
@@ -35,4 +38,7 @@ deploy:
after_script
:
-
rm -rf app/keys.json
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/^release\//'
\ No newline at end of file
-
if
:
'
$CI_COMMIT_TAG
=~
/^release\//'
tags
:
-
kubernetes
-
cluster
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment