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

This commit is contained in:
2025-11-04 20:40:24 +01:00
parent 200d78bd34
commit 0445c2d3b9

View File

@@ -11,7 +11,5 @@ steps:
from_secret: test_secret
commands:
- echo "==== ENVIRONMENT TEST ===="
- echo "Normal var: $TEST_VAR"
- echo "Secret var: $SECRET_VAR"
- echo "All envs (filtered):"
- env | grep -E "TEST_|SECRET_|DRONE_"