Skip to content

Commit 7309213

Browse files
authored
fix: travis config to overwrite drafts (#75)
1 parent ed3f219 commit 7309213

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- make clean && make
3030

3131
before_deploy:
32-
- mkdir -p pkg/mod/github.com/appbaseio/
33-
- sudo mv $GOPATH/pkg/mod/github.com/appbaseio/* pkg/mod/github.com/appbaseio/
32+
- mkdir -p go/pkg/mod/github.com/appbaseio/
33+
- sudo mv $GOPATH/pkg/mod/github.com/appbaseio/* go/pkg/mod/github.com/appbaseio/
3434
- zip -r arc-linux.zip build pkg sample
3535
- export TRAVIS_TAG="preview"
3636

@@ -40,5 +40,6 @@ jobs:
4040
skip_cleanup: true
4141
file: arc-linux.zip
4242
draft: true
43+
overwrite: true
4344
on:
4445
all_branches: true

0 commit comments

Comments
 (0)