Skip to content

Commit 03c2fe2

Browse files
committed
autorebase with woodpecker
1 parent a556231 commit 03c2fe2

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ results/speedtest_telemetry.db-shm
1111
results/speedtest_telemetry.db-wal
1212

1313
!buildTools
14+
15+
!.woodpecker

.woodpecker/cronRebase.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
when:
2+
- event: cron
3+
branch: master
4+
5+
clone:
6+
- name: git
7+
image: woodpeckerci/plugin-git
8+
settings:
9+
partial: false
10+
recursive: false
11+
12+
steps:
13+
- name: sync repo
14+
image: dangherve/owngit
15+
commands:
16+
- ./buildTools/rebase.sh

.woodpecker/rebase.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
when:
2+
- event: push
3+
branch:
4+
exclude: master
5+
6+
clone:
7+
- name: git
8+
image: woodpeckerci/plugin-git
9+
settings:
10+
partial: false
11+
recursive: false
12+
13+
steps:
14+
- name: sync repo
15+
image: dangherve/owngit
16+
commands:
17+
- ./buildTools/mainBranch.sh
18+
- ./buildTools/rebase.sh

0 commit comments

Comments
 (0)