mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-25 13:15:48 +00:00
chown
This commit is contained in:
parent
f484afd8a8
commit
32b77cf478
1 changed files with 2 additions and 1 deletions
|
@ -12,10 +12,11 @@ steps:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
||||||
- adduser testuser
|
- adduser testuser
|
||||||
|
- chown testuser:testuser . -R
|
||||||
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||||
- ls -la /usr/local/cargo/bin
|
- ls -la /usr/local/cargo/bin
|
||||||
- sudo ls -la /usr/local/cargo/bin
|
- sudo ls -la /usr/local/cargo/bin
|
||||||
- sudo -E -u testuser /usr/local/cargo/bin/cargo test --no-fail-fast
|
- sudo -E -u testuser cargo test --no-fail-fast
|
||||||
|
|
||||||
cargo_fmt:
|
cargo_fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue