travis move file

pull/78/head v0.73
Hunter Long 2018-10-04 23:09:56 -07:00
parent 69c93bcf85
commit bb3ab30a61
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ env:
- STATUP_DIR=$GOPATH/src/github.com/hunterlong/statup - STATUP_DIR=$GOPATH/src/github.com/hunterlong/statup
before_deploy: before_deploy:
- mv statuper build/statuper - mv $GOPATH/src/github.com/hunterlong/statup/statuper $GOPATH/src/github.com/hunterlong/statup/build/statuper
- git config --local user.name "hunterlong" - git config --local user.name "hunterlong"
- git config --local user.email "info@socialeck.com" - git config --local user.email "info@socialeck.com"
- make tag - make tag