mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Reset git after robot run
This commit is contained in:
parent
915387ebc6
commit
8494356761
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ set -o pipefail
|
|||
cd "$(dirname "$0")"; cd ..
|
||||
|
||||
git pull origin master
|
||||
git --git-dir=. --work-tree=$PWD/.. reset --hard
|
||||
|
||||
bundle install --deployment
|
||||
|
||||
# cp config/secrets-example.yml config/secrets.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue