Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Modified .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShardulNalegave committed Aug 5, 2018
1 parent 2cb03e2 commit 868d6c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ install:


before_deploy:
- echo "ℹ Info - Stating Deploy"
- git config --local user.name "YOUR GIT USER NAME"
- git config --local user.email "YOUR GIT USER EMAIL"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
- poetry build
- echo "ℹ Info - Built Files"

deploy:
provider: releases
Expand Down

0 comments on commit 868d6c6

Please sign in to comment.