Skip to content

Commit b4d22b4

Browse files
committed
ignore deprecation
1 parent ed45f7b commit b4d22b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
- name: Get testing resources and credentials
297297
run: |
298298
# Try with skip_role_deletion parameter first
299-
test_env_var=$(python3.9 tests/get_testing_resources.py skip_role_deletion 2>&1)
299+
test_env_var=$(python3.9 tests/get_testing_resources.py skip_role_deletion)
300300
301301
if [ $? -ne 0 ]; then
302302
echo "First attempt with skip_role_deletion failed, trying without parameter..."
@@ -318,7 +318,7 @@ jobs:
318318
echo "ERROR: Failed to parse accessKeyID from JSON"
319319
echo "Actual payload received:"
320320
echo "==================== START PAYLOAD ===================="
321-
echo "$test_env_var"
321+
echo "${test_env_var:0:30}"
322322
echo "==================== END PAYLOAD ===================="
323323
exit 1
324324
}

0 commit comments

Comments
 (0)