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 a58581a commit e177d59
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
@@ -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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit e177d59

Please sign in to comment.