From 1d7d0589330d1e35e4ec7b34385556249c48b76b Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 14 Mar 2019 15:59:03 +0800 Subject: [PATCH] Fix CI config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c94ac443..619322e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: release: working_directory: ~/workspace docker: - - image: blessingskin/ci:release + - image: blessingskin/ci:release-tool steps: - run: git clone https://github.com/bs-community/release-tool.git . - run: chmod +x ./release.sh @@ -107,4 +107,4 @@ workflows: - frontend filters: tags: - only: /^\d+\.\d+\.\d+/ + only: /^v\d+\.\d+\.\d+/