From 4b1118a4c28e07f1db6261e6dc2ee54066691115 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 11:41:47 +0000 Subject: [PATCH] properly escape command --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7205d3e..9f1f5fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,10 +22,10 @@ type: exec name: Build steps: -- name: test +- name: build commands: - chown andr3:andr3 -R . - - su andr3 -c cargo build --target=armv7-unknown-linux-gnueabihf + - su andr3 -c "cargo build --target=armv7-unknown-linux-gnueabihf" node: lights: builder