From 2b10dfa660a2489df94666fc2881e4edab6ecbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A8=81?= Date: Wed, 22 May 2019 18:27:45 +0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file 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