Skip to content

Commit

Permalink
Merge pull request #266 from buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.36.6 to 1.37.5
  • Loading branch information
jkutner committed Apr 19, 2024
2 parents 3ce6c72 + 3ff70d1 commit 07eee61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.6
1.37.5
6 changes: 6 additions & 0 deletions .github/workflows/pb-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
)
git add .github/
git add .gitignore
if [ -f scripts/build.sh ]; then
git add scripts/build.sh
fi
git checkout -- .
echo "old-version=${OLD_VERSION}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 07eee61

Please sign in to comment.