mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 15:35:48 +00:00
a
This commit is contained in:
parent
798d976282
commit
c2fb9e1c88
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ 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:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
|
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||||
- ls -la bin
|
- ls -la bin
|
||||||
- sudo -u testuser "PATH=$PATH" env | /bin/grep PATH
|
- sudo -u testuser "PATH=$PATH" env | /bin/grep PATH
|
||||||
- sudo -u testuser "PATH=$PATH" cargo test --no-fail-fast
|
- sudo -u testuser "PATH=$PATH" cargo test --no-fail-fast
|
||||||
|
|
Loading…
Reference in a new issue