Skip to content

Commit

Permalink
refactor: remove redundant echo statements in setup-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mushiboy committed Dec 19, 2024
1 parent 2b63e14 commit 5f45a99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions steps/setup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ steps:
- script: |
set -eu
echo "RUN_ID: ${RUN_ID:-}"
echo "RUN_ID_2: ${RUN_ID_2:-}"
echo "use_secondary_cluster: ${{ parameters.use_secondary_cluster }}"
if [ "${{ parameters.use_secondary_cluster }}" == "True" ] && [ -n "${RUN_ID_2:-}" ]; then
echo "Using secondary cluster"
run_id=$RUN_ID_2
Expand Down

0 comments on commit 5f45a99

Please sign in to comment.