diff options
author | crupest <crupest@outlook.com> | 2020-01-17 00:05:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-17 00:05:54 +0800 |
commit | a2f82dc336e68c1898a2201b8c6e2745c55d1948 (patch) | |
tree | 642f7a988ba0198add778536a5ee640fdb1a241e | |
parent | 8e5ac65a3d0572e125b7de9a588e71f6276946ac (diff) | |
download | timeline-a2f82dc336e68c1898a2201b8c6e2745c55d1948.tar.gz timeline-a2f82dc336e68c1898a2201b8c6e2745c55d1948.tar.bz2 timeline-a2f82dc336e68c1898a2201b8c6e2745c55d1948.zip |
Update CI.
-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/
|