mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 15:35:48 +00:00
cp
This commit is contained in:
parent
a039787502
commit
dd830ee7af
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ steps:
|
|||
- apt-get update
|
||||
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
||||
- adduser testuser
|
||||
- ls -la /usr/local/rustup
|
||||
- cp ~/.cargo /home/testuser -r
|
||||
- cp /usr/local/rustup /home/testuser -r
|
||||
- chown testuser:testuser . -R
|
||||
- chown testuser:testuser /home/testuser -R
|
||||
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue