diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-24 22:22:51 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-24 22:22:51 +0800 |
commit | 20089ee8a29f9c59a28779baadf5560bca9f7be1 (patch) | |
tree | a8610e028f0aeff90febd0a2b4cd585199edb3ab | |
parent | 36a68c37295b450745a651d3f636c4c5f1432c21 (diff) | |
download | timeline-20089ee8a29f9c59a28779baadf5560bca9f7be1.tar.gz timeline-20089ee8a29f9c59a28779baadf5560bca9f7be1.tar.bz2 timeline-20089ee8a29f9c59a28779baadf5560bca9f7be1.zip |
Update CI.
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa6eb684..e4cfcfb7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,6 +70,8 @@ stages: runOnce:
deploy:
steps:
+ - download: current
+ artifact: 'timeline'
- script: |
rm -rf /var/timeline/*
cp -r $PIPELINE_WORKSPACE/timeline/. /var/timeline/
|