aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolarian2023-04-03 21:06:59 +0000
committerPolarian2023-04-03 21:06:59 +0000
commitaf205384badda06c30ecfaf58c1d4b7f5c611441 (patch)
treee17edb9dbdfa13f29b1e26292c65ffd5a73f291b
parent7a159b7b0bc7df955a9225ebf66d52299d3a15b4 (diff)
downloadaur-af205384badda06c30ecfaf58c1d4b7f5c611441.tar.gz
Edit .onedev-buildspec.yml
-rw-r--r--.onedev-buildspec.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index b8c89928bf7c..e2535aa449ef 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -26,10 +26,20 @@ jobs:
withLfs: false
force: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ - !CommandStep
+ name: Push tags
+ runInContainer: false
+ interpreter: !DefaultInterpreter
+ commands:
+ - git push --tags
+ useTTY: false
+ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger
branches: master
projects: polarrepo/reposilite
+ - !TagCreateTrigger
+ projects: polarrepo/reposilite
retryCondition: never
maxRetries: 3
retryDelay: 30