diff --git a/.drone.yml b/.drone.yml index 655cc1d6..353cd199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,8 +46,8 @@ steps: - git add tritonshell - cd tritonshell - nix develop --command \ - && mput -p -f ./result/foot_wayland_info.png ~~/public/$${TARGET_DIR} \ - && mput -p -f ./result/test-wayland.out ~~/public/$${TARGET_DIR} + "mput -p -f ./result/foot_wayland_info.png ~~/public/$${TARGET_DIR} \ + && mput -p -f ./result/test-wayland.out ~~/public/$${TARGET_DIR}" trigger: ref: @@ -107,6 +107,6 @@ volumes: --- kind: signature -hmac: 8a194e595ea431b590e08c591a5707b613d0cba7ed4ce700f9c62ef2efc343eb +hmac: 7104c0fe7829b6b4ae52beb6acae1a7ac1850c2161df5a06e28465fae5b2c783 ...