mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 22:55:48 +00:00
env
This commit is contained in:
parent
a833bcd224
commit
fb8910d83e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- export PATH="/usr/lib/postgresql/15/bin:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
|
- export PATH="/usr/lib/postgresql/15/bin:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
|
||||||
- ls -la bin
|
- ls -la bin
|
||||||
- sudo -E -u testuser echo $PATH
|
- sudo -E -u testuser env | /bin/grep PATH
|
||||||
- sudo -E -u testuser cargo test --no-fail-fast
|
- sudo -E -u testuser cargo test --no-fail-fast
|
||||||
|
|
||||||
cargo_fmt:
|
cargo_fmt:
|
||||||
|
|
Loading…
Reference in a new issue