asd
This commit is contained in:
parent
591d5249cf
commit
f9b14cb38d
@ -26,7 +26,7 @@ echo "=================="
|
|||||||
|
|
||||||
|
|
||||||
# change https urls to ssh
|
# change https urls to ssh
|
||||||
perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git@github.com:/g' .gitmodules
|
perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git\@github.com:/g' .gitmodules
|
||||||
git submodule sync
|
git submodule sync
|
||||||
echo "=================="
|
echo "=================="
|
||||||
./scripts/setup.sh
|
./scripts/setup.sh
|
||||||
@ -43,7 +43,7 @@ echo "BRANCH = '$name'" >> project/settings/local_settings.py
|
|||||||
|
|
||||||
git checkout $name
|
git checkout $name
|
||||||
# change https urls to ssh
|
# change https urls to ssh
|
||||||
perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git@github.com:/g' .gitmodules
|
perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git\@github.com:/g' .gitmodules
|
||||||
git submodule sync
|
git submodule sync
|
||||||
./scripts/setup.sh
|
./scripts/setup.sh
|
||||||
git stash
|
git stash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user