Browse Source

closes #218 Add tag update trigger to push tags to github

master
vnugent 10 months ago
parent
commit
32bfe68104
No known key found for this signature in database
GPG Key ID: C282EAC569C07C91
  1. 3
      .onedev-buildspec.yml

3
.onedev-buildspec.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
version: 38
version: 39
jobs:
- name: Github Push
steps:
@ -10,6 +10,7 @@ jobs: @@ -10,6 +10,7 @@ jobs:
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger {}
- !TagCreateTrigger {}
retryCondition: never
maxRetries: 3
retryDelay: 30

Loading…
Cancel
Save