mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
7 lines
276 B
Plaintext
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
|