]> granicus.if.org Git - python/commitdiff
Ignores failure to update lists (GH-9424)
authorSteve Dower <steve.dower@microsoft.com>
Wed, 19 Sep 2018 20:23:25 +0000 (13:23 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Sep 2018 20:23:25 +0000 (13:23 -0700)
.vsts/install_deps.sh

index 7b98cfddb6c406fa852b1ebdb2007e4f75cf1eb1..b1fa576047e6c65494d0abfa7f7e8cd0fe0a4aef 100755 (executable)
@@ -1,4 +1,4 @@
-sudo apt-get update
+sudo apt-get update || true
 
 sudo apt-get -yq install \
     build-essential \