aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Leclerc2023-02-28 12:11:50 +0000
committerCharles Leclerc2023-02-28 12:11:50 +0000
commitf11c3dd3e2b5c117391471275ec28f5d8aa2f967 (patch)
tree59944a3f217738748318c9b26bb047bdd7a2ff10
parent502f8141a44ced9789eab990d5cd2d289a1ecac8 (diff)
downloadaur-f11c3dd3e2b5c117391471275ec28f5d8aa2f967.tar.gz
Edit .onedev-buildspec.yml
-rw-r--r--.onedev-buildspec.yml25
1 files changed, 24 insertions, 1 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index e32477fa075d..bb388c7ab39e 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -1,4 +1,4 @@
-version: 19
+version: 20
jobs:
- name: Build Package
jobExecutor: Server
@@ -15,3 +15,26 @@ jobs:
maxRetries: 3
retryDelay: 30
timeout: 3600
+- name: Github
+ jobExecutor: Server
+ steps:
+ - !PushRepository
+ name: Push
+ remoteUrl: https://github.com/dzikoysk/reposilite
+ userName: PolarianDev
+ passwordSecret: ghpass
+ withLfs: false
+ force: false
+ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ triggers:
+ - !BranchUpdateTrigger
+ branches: master
+ projects: polarrepo/reposilite
+ retryCondition: never
+ maxRetries: 3
+ retryDelay: 30
+ timeout: 3600
+ postBuildActions:
+ - !SendNotificationAction
+ condition: always
+ receivers: user(polarian)