Skip to content

Commit

Permalink
Fix build permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 1, 2019
1 parent 786bde3 commit 5a59426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ before_deploy:
export VERSION=$(echo $TRAVIS_TAG | cut -c 2-);
export LD_FLAGS="-w -s -X main.Version=${VERSION} -X main.BuildDate=$(date "+%F-%T") -X main.Commit=$(git rev-parse --verify HEAD) -X main.Mode=prod";
make build
sudo chown -R travis:travis build
make package-zip;
ls -lath build;
make build-docker;
Expand Down

0 comments on commit 5a59426

Please sign in to comment.