mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added alternative git reset to robot
This commit is contained in:
parent
70ed489a1d
commit
a15ef4c261
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ set -o pipefail
|
|||
cd "$(dirname "$0")"; cd ..
|
||||
|
||||
git pull origin master
|
||||
git --git-dir=. --work-tree=$PWD/.. reset --hard
|
||||
git reset --hard
|
||||
unset GIT_DIR GIT_WORK_TREE
|
||||
|
||||
setuser app bundle install --deployment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue