diff options
| author | 杨威 <[email protected]> | 2019-05-22 18:27:45 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2019-05-22 18:27:45 +0800 |
| commit | 2b10dfa660a2489df94666fc2881e4edab6ecbc4 (patch) | |
| tree | 59278e18c3323fa4feec0a3065cbf688fcbc6058 | |
| parent | dd871f1bcad82482ca952596ca9fd68dacff3de5 (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fb0f3d..385034e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,5 +41,5 @@ release: only: - tags script: - - *post_release_script - - *put_release_script
\ No newline at end of file + - *del_release_script + - *post_release_script
\ No newline at end of file |
