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:
committed by
Luke J Powlett
parent
b64f8e8c21
commit
5e23d979d2
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user