Skip to content

Commit

Permalink
try rebasing when pushing the commit back to ci
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Silva <[email protected]>
  • Loading branch information
taylorsilva committed Jan 23, 2025
1 parent f441072 commit fcf81d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,11 @@ jobs:
RELEASE_MINOR: ((release_minor))
output_mapping: {ci: bumped-ci}
- put: ci
params: {repository: bumped-ci}
inputs: detect
no_get: true
params:
repository: bumped-ci
rebase: true

- name: publish-image
serial: true
Expand Down

0 comments on commit fcf81d5

Please sign in to comment.