From 82f2422e2488676ae762b75145ba452f399478aa Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Wed, 8 Sep 2021 16:30:51 -0500 Subject: [PATCH] fix: deploy issues (#644) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fb5114c9a..2c6758fb65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ cache: directories: - "$HOME/.m2" before_install: +- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - +- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" +- sudo apt-get update +- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce +- docker --version - echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import --batch || true - echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust --batch || true