chore: move git safe directory command to top
This commit is contained in:
parent
871afb1b86
commit
2163a01adc
|
@ -4,12 +4,12 @@ WORKSPACEDIR="/workspace"
|
|||
|
||||
sudo service rsyslog start &>/dev/null
|
||||
|
||||
# Turn off git info in zsh prompt (causes slowdowns)
|
||||
git config oh-my-zsh.hide-info 1
|
||||
|
||||
# Add /workspace as a safe git directory
|
||||
git config --global --add safe.directory /workspace
|
||||
|
||||
# Turn off git info in zsh prompt (causes slowdowns)
|
||||
git config oh-my-zsh.hide-info 1
|
||||
|
||||
# Fix ownership of volumes
|
||||
echo "Fixing volumes ownership..."
|
||||
sudo chown -R dev:dev "$WORKSPACEDIR/.parcel-cache"
|
||||
|
|
Loading…
Reference in a new issue