mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
rename robot scripts
This commit is contained in:
parent
4659aa0cba
commit
dd4db88ac2
3 changed files with 63 additions and 62 deletions
11
bin/update-repo
Executable file
11
bin/update-repo
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Update repo
|
||||
#
|
||||
|
||||
# cd to Rails root directory
|
||||
cd "$(dirname "$0")"; cd ..
|
||||
|
||||
git pull origin master &> /dev/null
|
||||
git reset --hard &> /dev/null
|
||||
unset GIT_DIR GIT_WORK_TREE
|
Loading…
Add table
Add a link
Reference in a new issue