Compare commits

..

No commits in common. "b638bf82f50f2cab5d842587bd52e1a6f7ece01b" and "900b06c0dd0779cf5b3f6805f3d2c359815a6bd6" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,10 @@ kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: build
image: node

View file

@ -5,6 +5,5 @@
"baseBranches": [
"develop"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch"
"rangeStrategy": "bump"
}