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 | 681e2cc9ecaeefd883a7c6645374926c184fba5d (patch) | |
tree | a8610e028f0aeff90febd0a2b4cd585199edb3ab | |
parent | 8a76f8d580a6ffc1661b93c332ba4bf6b9e7f20d (diff) | |
download | timeline-681e2cc9ecaeefd883a7c6645374926c184fba5d.tar.gz timeline-681e2cc9ecaeefd883a7c6645374926c184fba5d.tar.bz2 timeline-681e2cc9ecaeefd883a7c6645374926c184fba5d.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/
|