Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
test config Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Alenkov committed Nov 18, 2018
1 parent c2e01e3 commit 1e6d9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- git config --local user.email "Victor@Alenkov.name"
- git commit -a -m "Release $RELEASE_NUMBER"
- git tag "$RELEASE_NUMBER"
- git remote add deploy "https://$GIT_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
- git push deploy --tags
- git remote add deploy "https://$GITHUB_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
- git push deploy --tags &>/dev/null

- stage: deploy
skip_cleanup: true
Expand Down

0 comments on commit 1e6d9bb

Please sign in to comment.