Fix build permissions

This commit is contained in:
Jannis Mattheis 2019-03-01 22:31:53 +01:00
parent 786bde366d
commit 5a594261ca
1 changed files with 1 additions and 0 deletions

View File

@ -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;