Compare commits
2 commits
900b06c0dd
...
b638bf82f5
Author | SHA1 | Date | |
---|---|---|---|
b638bf82f5 | |||
52036dc3e4 |
2 changed files with 2 additions and 5 deletions
|
@ -2,10 +2,6 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
"baseBranches": [
|
||||
"develop"
|
||||
],
|
||||
"rangeStrategy": "bump"
|
||||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue