Remove credential helper from Z due to bionic (#59)

* Temporarily remove credential helper from Z build due to bionic issue
This commit is contained in:
Amrit K Kandola
2020-02-20 14:19:17 +00:00
committed by Luke J Powlett
parent b64f8e8c21
commit 5e23d979d2
2 changed files with 1 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ install-build-deps:
.PHONY: install-credential-helper
install-credential-helper:
ifneq ($(ARCH),ppc64le)
ifeq ($(ARCH),amd64)
ARCH=$(ARCH) ./travis-build-scripts/install-credential-helper.sh
endif

View File

@@ -25,7 +25,6 @@ git clone https://github.com/docker/docker-credential-helpers
cd docker-credential-helpers
make pass
cp bin/docker-credential-pass $GOPATH/bin/docker-credential-pass
mkdir -p /home/travis/.docker
echo '{ "credsStore": "pass" }' | tee /home/travis/.docker/config.json
gpg --batch --gen-key <<-EOF