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