From d05f63973052df5fc970a556983e23f5ce003fef Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 6 Sep 2019 16:13:06 -0700 Subject: [PATCH] Fix syntax error missing colon after 'artifact'. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b7f9c84b..9efaed7d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -243,7 +243,7 @@ jobs: steps: - checkout: self - download: current - artifact rustdocs + artifact: rustdocs - bash: | git checkout --orphan test-branch/fake-gh-pages git rm -rf .