properly escape command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-03-18 11:41:47 +00:00
parent fbcae66311
commit 4b1118a4c2

View File

@ -22,10 +22,10 @@ type: exec
name: Build name: Build
steps: steps:
- name: test - name: build
commands: commands:
- chown andr3:andr3 -R . - 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: node:
lights: builder lights: builder