Skip to content

Commit

Permalink
Fixed travis-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Mar 10, 2019
1 parent f8a394f commit 6499b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ then
do
echo "Building $i"
cd ${i}
echo go build $(GOBUILD_VERSION_ARGS) -o ../../bins/${i}
go build $(GOBUILD_VERSION_ARGS) -o ../../bins/${i}
echo go build ${GOBUILD_VERSION_ARGS} -o ../../bins/${i}
go build ${GOBUILD_VERSION_ARGS} -o ../../bins/${i}
echo "Zipping ${i}-${TAG}-linux-amd64.zip"
zip -r "../../zips/${i}-${TAG}-linux-amd64.zip" ../../bins/$i
cd ..
Expand Down

0 comments on commit 6499b42

Please sign in to comment.