We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3f219 commit 7309213Copy full SHA for 7309213
1 file changed
.travis.yml
@@ -29,8 +29,8 @@ jobs:
29
- make clean && make
30
31
before_deploy:
32
- - mkdir -p pkg/mod/github.com/appbaseio/
33
- - sudo mv $GOPATH/pkg/mod/github.com/appbaseio/* pkg/mod/github.com/appbaseio/
+ - mkdir -p go/pkg/mod/github.com/appbaseio/
+ - sudo mv $GOPATH/pkg/mod/github.com/appbaseio/* go/pkg/mod/github.com/appbaseio/
34
- zip -r arc-linux.zip build pkg sample
35
- export TRAVIS_TAG="preview"
36
@@ -40,5 +40,6 @@ jobs:
40
skip_cleanup: true
41
file: arc-linux.zip
42
draft: true
43
+ overwrite: true
44
on:
45
all_branches: true
0 commit comments