mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Fix CI config
This commit is contained in:
parent
a8bccaca44
commit
1d7d058933
@ -78,7 +78,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
working_directory: ~/workspace
|
working_directory: ~/workspace
|
||||||
docker:
|
docker:
|
||||||
- image: blessingskin/ci:release
|
- image: blessingskin/ci:release-tool
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://github.com/bs-community/release-tool.git .
|
- run: git clone https://github.com/bs-community/release-tool.git .
|
||||||
- run: chmod +x ./release.sh
|
- run: chmod +x ./release.sh
|
||||||
@ -107,4 +107,4 @@ workflows:
|
|||||||
- frontend
|
- frontend
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^\d+\.\d+\.\d+/
|
only: /^v\d+\.\d+\.\d+/
|
||||||
|
Loading…
Reference in New Issue
Block a user