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
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
|
|
|
@ -5,6 +5,5 @@
|
||||||
"baseBranches": [
|
"baseBranches": [
|
||||||
"develop"
|
"develop"
|
||||||
],
|
],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump"
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue