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
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