fix: Don't rebase on master when building packages (#11291)
This commit is contained in:
parent
76b0d1a9dd
commit
9d171457bc
|
|
@ -140,7 +140,6 @@ commands:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- check-changed-files-or-halt
|
- check-changed-files-or-halt
|
||||||
- rebase-on-master
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '/go'
|
at: '/go'
|
||||||
- when:
|
- when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue