Minor corrections
This commit is contained in:
parent
0ea80582d2
commit
32287092dc
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
dist
|
||||
gen.go
|
||||
.idea
|
||||
log
|
||||
*.iml
|
|
@ -15,11 +15,10 @@ test:
|
|||
override:
|
||||
- make test
|
||||
post:
|
||||
- echo $REPO
|
||||
- make image
|
||||
|
||||
deployment:
|
||||
github:
|
||||
hub:
|
||||
branch: master
|
||||
commands:
|
||||
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace --prerelease --debug v1.0 dist/
|
||||
|
|
Loading…
Reference in a new issue