Skip to content

Commit

Permalink
Merge pull request #1574 from paketo-buildpacks/fix-pipeline-update
Browse files Browse the repository at this point in the history
Manually update pipeline to get around broken update job
  • Loading branch information
anthonydahanne committed Apr 19, 2024
2 parents 9e8d48d + 6c8faa0 commit 506b816
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pb-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
git add .github/
git add .gitignore
git add scripts/build.sh
if [ -f scripts/build.sh ]; then
git add scripts/build.sh
fi
git checkout -- .
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
# limitations under the License.

bin/
*-bin
linux/
dependencies/
package/
scratch/

0 comments on commit 506b816

Please sign in to comment.