From 448dc46ccafbc516754ef204cf233ef698bf7f18 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 20:00:01 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0618ca0..a9f6676 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,5 +50,5 @@ steps: inputs: sshEndpoint: GoogleServer sourceFolder: '$(Build.ArtifactStagingDirectory)' - targetFolder: / + targetFolder: /var/lib/app/pipeline/ failOnEmptySource: true