diff --git a/.drone.yml b/.drone.yml index bdb0ae4..a8ce85f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,8 @@ steps: BLAH: from_secret: blah commands: - - echo "secret is: $BLAH" + - > + echo "secret is: $BLAH" --- kind: secret