running with user
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-03-18 12:08:40 +00:00
parent b61fd4694a
commit f75f43c37e

View File

@ -6,13 +6,8 @@ name: Build
steps: steps:
- name: build - name: build
commands: commands:
- ls - whoami
- pwd - cargo build --target=armv7-unknown-linux-gnueabihf
- chown andr3:andr3 -R .
- ls -al
- ls -al src
- su andr3 -c "ll src"
- su andr3 -c "cargo build --target=armv7-unknown-linux-gnueabihf"
node: node:
lights: builder lights: builder