From 360eaa545bc0fc7e794a9ae74fa7e5515a7cc330 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 17 Jan 2020 00:05:54 +0800 Subject: Update CI. --- azure-pipelines.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b24ef219..561f4b95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,14 +72,11 @@ stages: dependsOn: build strategy: runOnce: - preDeploy: + deploy: steps: - - download: none - - download: current artifact: timeline - deploy: - steps: + - script: | rm -rf /var/timeline/* cp -r $PIPELINE_WORKSPACE/timeline/. /var/timeline/ -- cgit v1.2.3