Skip to content

Commit

Permalink
dont commit from master
Browse files Browse the repository at this point in the history
  • Loading branch information
joelibaceta committed Feb 18, 2019
1 parent 52ea43a commit 7588298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ install:
- (cd fury_mercadopago-devsite/ && git submodule update --init --recursive)
- (cd fury_mercadopago-devsite/ && git branch feature-$TRAVIS_BRANCH)
- (cd fury_mercadopago-devsite/ && git checkout feature-$TRAVIS_BRANCH)
- (cd fury_mercadopago-devsite/src/source/docs/ && git pull origin $TRAVIS_BRANCH)
- (cd fury_mercadopago-devsite/src/source/docs/ && git fetch --all)
- (cd fury_mercadopago-devsite/src/source/docs/ && git checkout $TRAVIS_BRANCH)
- (cd fury_mercadopago-devsite/ && git remote set-url --push origin https://[email protected]/mercadopago/devsite-docs.git)
- (cd fury_mercadopago-devsite/src/source && git add . && git commit -m "updating docs reference" && git push origin master)
- (cd fury_mercadopago-devsite/ && git remote set-url --push origin https://[email protected]/mercadolibre/fury_mercadopago-devsite.git)
Expand Down

0 comments on commit 7588298

Please sign in to comment.