diff --git a/.drone.yml b/.drone.yml index d2cf3b3f..e94b8d2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,10 +46,8 @@ steps: - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell - git add tritonshell - cd tritonshell - - nix develop --command \ - mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR} - - nix develop --command \ - mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR} + - nix develop --command mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR} + - nix develop --command mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR} trigger: ref: @@ -109,6 +107,6 @@ volumes: --- kind: signature -hmac: 421a6cb57a9664c8597c3e5aea3a409a3fc8043edb0c8414d9775cad1941fa4d +hmac: aeed4f1b89e4d3d60ac580424603e89115d4a22ffa7232a464af51a7f346b21e ...