Skip to content

Commit

Permalink
Trying to put the inline export back in since that seemed to allow it…
Browse files Browse the repository at this point in the history
… to run, but it will fail shellcheck
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent a2a31f7 commit 346c3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- name: run test suites
shell: bash
run: |
e2e_test_output=$(make e2etests | tail -n 50)
export e2e_test_output
export e2e_test_output=$(make e2etests | tail -n 50)
line=$(echo "$e2e_test_output" | grep "Printed CSV TO")
directory=$(echo "$line" | sed -E 's|.*Printed CSV TO (/tmp/[0-9]+).*|\1|')
TEMP_DIR="$directory"
Expand Down

0 comments on commit 346c3ad

Please sign in to comment.