Skip to content

Commit

Permalink
drop! debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 11, 2024
1 parent 0034c19 commit df46e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ jobs:
run: |
bazel build --config release //build:kong --verbose_failures ${{ matrix.bazel-args }}
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Package Kong - ${{ matrix.package }}
if: matrix.package != 'rpm' && steps.cache-deps.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit df46e0b

Please sign in to comment.