debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-22 17:04:30 +01:00
parent 4f1616e0e6
commit 61a4493b06
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
BUILD_VERSION ?= 1.13.1
export BUILD_VERSION ?= 1.13.1
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC
DB ?= postgresql
DEBIAN_FRONTEND ?= noninteractive
LANG ?= C.UTF-8
TZ ?= UTC
SRC := src
.PHONY: all
@ -14,7 +14,7 @@ build: build-src build-bin
.PHONY: build-src
build-src:
mkdir -p $(SRC); \
curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz | tar xz -C $(SRC) --strip-components=1
curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz" | tar xz -C $(SRC) --strip-components=1
.PHONY: build-bin
build-bin: