diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:32:44 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:32:44 +0800 |
commit | a54bbc6e6770f0732d9403673dcc8c1997bc71ec (patch) | |
tree | f26a1989f002b3b7927df45e9fbb048f79a82fa2 | |
parent | b312b23d80767a88ba470c73dff5449b17b73e02 (diff) | |
download | timeline-a54bbc6e6770f0732d9403673dcc8c1997bc71ec.tar.gz timeline-a54bbc6e6770f0732d9403673dcc8c1997bc71ec.tar.bz2 timeline-a54bbc6e6770f0732d9403673dcc8c1997bc71ec.zip |
Update CI.
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1961770d..c394bc67 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ stages: jobs:
- deployment: Deploy
pool:
- name: 'crupest-qcloud-servers'
+ name: 'Default'
environment: 'timeline-server'
strategy:
runOnce:
|