Skip to content

Commit

Permalink
fetching remote branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareem Zidane committed Aug 1, 2018
1 parent 2b13ac4 commit 4d65399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ script:
- make html && rm --force --recursive _build
deploy:
provider: script
script: 'git remote set-url origin "https://$USERNAME:$PASSWORD@github.com/cs50/manual50.git" && git branch --delete rel && git checkout -b rel && git add --all && git commit --message "$(date) [skip ci]" && git push --force origin rel'
script: 'git remote set-url origin "https://$USERNAME:$PASSWORD@github.com/cs50/manual50.git" && git fetch origin && git branch --delete rel && git checkout -b rel && git add --all && git commit --message "$(date) [skip ci]" && git push --force origin rel'
skip_cleanup: true

0 comments on commit 4d65399

Please sign in to comment.