We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2d771 commit 329c862Copy full SHA for 329c862
3 files changed
drone-consider
@@ -0,0 +1,2 @@
1
+drone/cronRebase/.drone.yml
2
+drone/rebase/.drone.yml
drone/cronRebase/.drone.yml
@@ -0,0 +1,23 @@
+---
+kind: pipeline
3
+type: exec
4
+name: cronRebase
5
+
6
+platform:
7
+ os: linux
8
+ arch: amd64
9
10
+trigger:
11
+ event:
12
+ - cron
13
+ branch:
14
+ include:
15
+ - main
16
17
+steps:
18
+ - name: sync repo
19
+ commands:
20
+ - ./buildTools/rebase.sh
21
22
+node:
23
+ internet: high
drone/rebase/.drone.yml
+name: rebase
+ exclude:
+ - ./buildTools/mainBranch.sh
+ - git push --force --set-upstream origin main
0 commit comments