Fix: Try to run tests in a Docker-only environment.
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 14:26:52 +0000 (16:26 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 14:26:52 +0000 (16:26 +0200)
Signed-off-by: Manuel Peuster <manuel@peuster.de>
utils/ci/jenkins_entrypoint.sh

index d6a3a5d..133f82b 100755 (executable)
@@ -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 .