test4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-04 20:42:27 +01:00
parent 0445c2d3b9
commit 47f8161406

View File

@@ -13,3 +13,6 @@ steps:
- echo "==== ENVIRONMENT TEST ====" - echo "==== ENVIRONMENT TEST ===="
- echo "All envs (filtered):" - echo "All envs (filtered):"
- env | grep -E "TEST_|SECRET_|DRONE_" - env | grep -E "TEST_|SECRET_|DRONE_"
- echo "Check via file:"
- echo "$SECRET_VAR" > /tmp/secret_check.txt
- cat /tmp/secret_check.txt