From 41c54f54da9662ddc346a79032cf44bcb7d7fb53 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 28 Apr 2019 13:38:13 +0200 Subject: [PATCH] Update Zola to version 0.7.0 (#592) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa36b2f9..61f39252 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ steps: displayName: 'Build Info' continueOnError: true -- bash: curl -sL https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv +- bash: curl -sL https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv displayName: "Download Zola" - script: python -m pip install --upgrade pip setuptools wheel