From 9b64ba803d83fb2f2f18655b5233fe1d952842c7 Mon Sep 17 00:00:00 2001 From: Mason Malone <651224+MasonM@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:02:05 -0800 Subject: [PATCH] ci: debugging Signed-off-by: Mason Malone <651224+MasonM@users.noreply.github.com> --- .github/workflows/ci-build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 41211cf4f494..08ad2d2eaecc 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -339,8 +339,10 @@ jobs: with: name: cli path: dist/ - - name: Prevent binaries from being rebuilt - run: make --touch dist/* + - name: Prepare binaries + run: | + chmod +x dist/* + make -d --touch dist/* - name: Set-up /etc/hosts run: | echo '127.0.0.1 dex' | sudo tee -a /etc/hosts @@ -382,7 +384,6 @@ jobs: if: ${{ failure() }} run: kubectl logs -l '!workflows.argoproj.io/workflow' --prefix - name: Failure debug - Controller/API logs - if: ${{ failure() }} run: | [ -e /tmp/argo.log ] && cat /tmp/argo.log - if: ${{ failure() }}