Skip to content

Commit

Permalink
Update Pipeline to 1.25.2
Browse files Browse the repository at this point in the history
Updates pipeline-builder to 1.25.2. This includes a change where pipeline-builder workflows are now prefixed with a "pb-" namespace. This allows pipeline-builder to clean up old piplines it may have generated.
  • Loading branch information
Daniel Mikusa committed Aug 17, 2022
1 parent 916a8f1 commit 463df32
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.0
1.25.2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
OLD_VERSION="0.0.0"
fi
rm .github/workflows/* || true
rm .github/workflows/pb-*.yml || true
octo --descriptor "${DESCRIPTOR}"
PAYLOAD=$(gh api /repos/paketo-buildpacks/pipeline-builder/releases/latest)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 463df32

Please sign in to comment.