From: peusterm Date: Thu, 7 Sep 2017 14:26:52 +0000 (+0200) Subject: Fix: Try to run tests in a Docker-only environment. X-Git-Tag: v3.1~10^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=0a8c3c754c3ca5d1d34ec2dde21423524a32559c Fix: Try to run tests in a Docker-only environment. Signed-off-by: Manuel Peuster --- 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 .