[SKIP CI] prepare release
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-22 20:24:24 +01:00
parent 24b26a5bf5
commit 4fcc42ec01
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
* ENHANCEMENT
* image cleanup

View File

@ -13,7 +13,8 @@ build: build-src build-bin
.PHONY: build-src
build-src:
mkdir -p $(SRC); \
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \
grep -rlI 'Box<Error>' source/src/ | xargs sed -i 's/Box<Error>/Box<dyn Error>/g'
.PHONY: build-bin
build-bin: