From c65fc27ef680efac2db513879b9142615fe227db Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Fri, 19 Apr 2024 08:58:33 -0400 Subject: [PATCH] Manually update pipeline to get around broken update job Signed-off-by: Daniel Mikusa --- .github/workflows/pb-update-pipeline.yml | 5 ++++- .gitignore | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pb-update-pipeline.yml b/.github/workflows/pb-update-pipeline.yml index acb5ab7..b22b7a3 100644 --- a/.github/workflows/pb-update-pipeline.yml +++ b/.github/workflows/pb-update-pipeline.yml @@ -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 -- . diff --git a/.gitignore b/.gitignore index 1f68983..2f65ee4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +bin/ +linux/ +dependencies/ +package/ +scratch/ +