debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2020-02-22 17:04:30 +01:00
parent 4f1616e0e6
commit 61a4493b06

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 DB ?= postgresql
DEBIAN_FRONTEND ?= noninteractive
LANG ?= C.UTF-8
TZ ?= UTC
SRC := src SRC := src
.PHONY: all .PHONY: all
@ -14,7 +14,7 @@ build: build-src build-bin
.PHONY: build-src .PHONY: build-src
build-src: build-src:
mkdir -p $(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 .PHONY: build-bin
build-bin: build-bin: