forked from QodeHub/slydepay-php-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1,266 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ php sami.phar update ./sami.config.php -v; | |
php couscous.phar generate --target=./build/couscous; | ||
|
||
# clone the project and climb into the directory and switch to the gh-pages branch | ||
git clone https://www.github.com/qodehub/bitgo-php; | ||
git clone https://[email protected]/qodehub-team/payplux-bitgo-v2-php-sdk.git; | ||
|
||
cd bitgo-php; | ||
|
||
|
@@ -45,4 +45,4 @@ mv -v ../build/coverage/* ./coverage/; | |
# Add all and commit to github if deploy was enabled | ||
git add --all . && git add **/.* && git commit -m 'Documentation Updated' && git push origin gh-pages; | ||
|
||
rm -rf ../bitgo-php; | ||
rm -rf ../payplux-bitgo-v2-php-sdk; |
Oops, something went wrong.