Skip to content

Commit

Permalink
Remove "wait" before the "build and publish" step (#2164)
Browse files Browse the repository at this point in the history
We've been seeing some issues with the release notes script lately that
need to be fixed. These failures block the pipeline and stop us from
moving forward to the (unrelated / unaffected) "build and publish"
steps.
  • Loading branch information
keertk authored Jan 29, 2025
1 parent 58777df commit d84cd02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipelines/bazel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,9 @@ steps:
cd scripts/release
python3 relnotes.py
- wait

- wait: ~
continue_on_failure: true

- block: "Build and publish"
if: build.branch !~ /pre/i

Expand Down

0 comments on commit d84cd02

Please sign in to comment.