mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 19:45:48 +00:00
p
This commit is contained in:
parent
01b1bd7941
commit
a833bcd224
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ steps:
|
||||||
- cp -r /usr/local/cargo/bin .
|
- cp -r /usr/local/cargo/bin .
|
||||||
- chown testuser:testuser . -R
|
- chown testuser:testuser . -R
|
||||||
- pwd
|
- pwd
|
||||||
- export PATH="/usr/lib/postgresql/15/bin:./bin:$PATH"
|
- export PATH="/usr/lib/postgresql/15/bin:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
|
||||||
|
- ls -la bin
|
||||||
- sudo -E -u testuser echo $PATH
|
- sudo -E -u testuser echo $PATH
|
||||||
- sudo -E -u testuser cargo test --no-fail-fast
|
- sudo -E -u testuser cargo test --no-fail-fast
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue