From 0e25e6ae5e246c0cc5dd9db4609b8b83f2ace658 Mon Sep 17 00:00:00 2001 From: Tommie Levy <thomas.a.levy@gmail.com> Date: Sat, 23 Dec 2017 20:20:11 -0500 Subject: [PATCH] Fix ci maybe --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 9f30c1d75..bb8e5218e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,9 +1,6 @@ #!/usr/bin/env bash set -e -echo "Downloading latest libc-artifacts" -git submodule update --init --remote libc-artifacts - echo "Downloading latest pkgutils" git submodule update --init --remote pkgutils cargo update --manifest-path pkgutils/Cargo.toml -- GitLab