Procházet zdrojové kódy

Merge pull request #8700 from unclejack/install_no_pull

contrib/install.sh: remove pull of hello-world
Tianon Gravi před 10 roky
rodič
revize
c6cf978b4b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      hack/install.sh

+ 2 - 2
hack/install.sh

@@ -96,7 +96,7 @@ case "$lsb_dist" in
 		if command_exists docker && [ -e /var/run/docker.sock ]; then
 			(
 				set -x
-				$sh_c 'docker run --rm hello-world'
+				$sh_c 'docker version'
 			) || true
 		fi
 		your_user=your-user
@@ -173,7 +173,7 @@ case "$lsb_dist" in
 		if command_exists docker && [ -e /var/run/docker.sock ]; then
 			(
 				set -x
-				$sh_c 'docker run --rm hello-world'
+				$sh_c 'docker version'
 			) || true
 		fi
 		your_user=your-user