diff options
-rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 2 insertions, 5 deletions
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/
|