Skip to content

Commit

Permalink
Pass code quality detector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ovac committed Mar 4, 2018
1 parent 481a237 commit a296a98
Show file tree
Hide file tree
Showing 20 changed files with 1,266 additions and 550 deletions.
4 changes: 2 additions & 2 deletions bin/document.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;
Loading

0 comments on commit a296a98

Please sign in to comment.