debugging clone script on remote server

This commit is contained in:
perry 2016-01-25 17:46:37 -06:00
parent 4445d59431
commit a7e0cc300f

View File

@ -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 ..