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