From 0a8c3c754c3ca5d1d34ec2dde21423524a32559c Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 7 Sep 2017 16:26:52 +0200 Subject: [PATCH] Fix: Try to run tests in a Docker-only environment. Signed-off-by: Manuel Peuster --- utils/ci/jenkins_entrypoint.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/ci/jenkins_entrypoint.sh b/utils/ci/jenkins_entrypoint.sh index d6a3a5d..133f82b 100755 --- a/utils/ci/jenkins_entrypoint.sh +++ b/utils/ci/jenkins_entrypoint.sh @@ -39,11 +39,11 @@ set -e set -x # install docker -apt-get install curl apt-transport-https ca-certificates -curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - -add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" -apt-get -qq update -apt-get install docker-ce +#apt-get install curl apt-transport-https ca-certificates +#curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - +#add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" +#apt-get -qq update +#apt-get install docker-ce # build the container docker build -t son-emu-img . -- 2.17.1