Skip to content

Commit

Permalink
ci: debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Malone <[email protected]>
  • Loading branch information
MasonM committed Dec 23, 2024
1 parent 1a7a72b commit 9b64ba8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() }}
Expand Down

0 comments on commit 9b64ba8

Please sign in to comment.