Fix CI config

This commit is contained in:
Pig Fang 2019-03-14 15:59:03 +08:00
parent a8bccaca44
commit 1d7d058933

View File

@ -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+/