mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-21 17:36:27 +08:00
debugging clone script on remote server
This commit is contained in:
parent
4445d59431
commit
a7e0cc300f
@ -14,7 +14,9 @@ function init {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run {
|
function run {
|
||||||
../git/clone.sh --repository="driftyco/ionic-site" \
|
ls -al
|
||||||
|
cd ./scripts
|
||||||
|
./git/clone.sh --repository="driftyco/ionic-site" \
|
||||||
--directory="$SITE_DIR" \
|
--directory="$SITE_DIR" \
|
||||||
--branch="master"
|
--branch="master"
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user