Parcourir la source

don't call docker inside docker

Jorge Aparicio il y a 8 ans
Parent
commit
480bbec3cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -36,7 +36,7 @@ run_tests() {
 }
 
 main() {
-    if [[ $TRAVIS_OS_NAME == "linux" ]]; then
+    if [[ $TRAVIS_OS_NAME == "linux" && ${IN_DOCKER_CONTAINER:-n} == "n" ]]; then
         local tag=2016-08-13
 
         docker run \