From 5a1ffe9e4a7d194be062d94c2ad4db30451707e3 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Tue, 2 Apr 2024 05:03:02 +0000 Subject: [PATCH] Bump pipeline from 1.36.6 to 1.37.5 Bumps pipeline from 1.36.6 to 1.37.5. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pipeline-version | 2 +- .github/workflows/pb-update-pipeline.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index f5b8b23..e2ba070 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.36.6 +1.37.5 diff --git a/.github/workflows/pb-update-pipeline.yml b/.github/workflows/pb-update-pipeline.yml index ed79b3d..e747347 100644 --- a/.github/workflows/pb-update-pipeline.yml +++ b/.github/workflows/pb-update-pipeline.yml @@ -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"