We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd3749 commit 5518b9bCopy full SHA for 5518b9b
.travis.yml
@@ -7,6 +7,7 @@ script:
7
- .travis/run.sh
8
9
before_deploy:
10
+ - tar cvf graphkb-$TRAVIS_TAG.tar.gz web/build go-graphkb importer-csv
11
- echo Deploying GraphKB $TRAVIS_TAG to GitHub Releases
12
deploy:
13
provider: releases
.travis/run.sh
@@ -6,4 +6,3 @@ pushd web && npm ci && npm run build && popd
6
go build -o go-graphkb cmd/go-graphkb/main.go
go build -o importer-csv cmd/importer-csv/main.go
-tar cvf graphkb.tar.gz web/build go-graphkb importer-csv
0 commit comments