Files
go-task/testdata/secrets/testdata/TestSecretVars-deferred_command_with_secrets.golden
2026-06-29 14:50:08 +02:00

7 lines
276 B
Plaintext

task: [test-deferred-secret] echo "Starting task"
Starting task
task: [test-deferred-secret] echo "Main command executed"
Main command executed
task: [test-deferred-secret] echo "Cleanup with secret=***** and app=myapp"
Cleanup with secret=deferred-secret-value and app=myapp