about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-06-04 07:30:33 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-06-05 07:34:48 -0700
commit0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6 (patch)
treea13b45e0012c0526475eb8d14e6da2862d59f791
parent817d2feb13dd1faad47ec699cd473b8be2093ec9 (diff)
downloadrust-0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6.tar.gz
rust-0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6.zip
azure: Make sure docker directory exists
Looks like the Azure image changed recently so let's account for that!
-rw-r--r--.azure-pipelines/steps/run.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml
index cfa28a6a1d7..05b14eb45b2 100644
--- a/.azure-pipelines/steps/run.yml
+++ b/.azure-pipelines/steps/run.yml
@@ -50,6 +50,7 @@ steps:
 # on since libstd tests require it
 - bash: |
     set -e
+    sudo mkdir -p /etc/docker
     echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json
     sudo service docker restart
   displayName: Enable IPv6