aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolarian2023-04-04 10:19:32 +0000
committerPolarian2023-04-04 10:19:32 +0000
commit9e2f405f24978753fedd060461921f2e3f7961f9 (patch)
tree86369ef534cedced5580fa1e044b02628c0203ee
parentf87db295cc2c164ea66909adcf88fdc95bbc8de7 (diff)
downloadaur-9e2f405f24978753fedd060461921f2e3f7961f9.tar.gz
Edit .onedev-buildspec.yml
-rw-r--r--.onedev-buildspec.yml21
1 files changed, 15 insertions, 6 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index 6cb2f6706869..45a65c23000b 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -18,13 +18,22 @@ jobs:
- name: Github
jobExecutor: Server
steps:
- - !PushRepository
- name: Push
- remoteUrl: https://github.com/reposilite-playground/reposilite-aur
- userName: PolarianDev
- passwordSecret: ghpass
+ - !CheckoutStep
+ name: Checkout
+ cloneCredential: !DefaultCredential {}
withLfs: false
- force: false
+ withSubmodules: false
+ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ - !CommandStep
+ name: Push Tags
+ runInContainer: false
+ interpreter: !DefaultInterpreter
+ commands:
+ - git push https://polarian:@secret:ghpass@@@github.com/reposilite-playground/reposilite-aur
+ HEAD:master
+ - git push --tags https://polarian:@secret:ghpass@@@github.com/reposilite-playground/reposilite-aur
+ HEAD:master
+ useTTY: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger