updated devops files

This commit is contained in:
marvzhang
2020-03-04 12:00:53 +08:00
parent 2af88a99ac
commit a34017cac1
11 changed files with 209 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ on:
branches:
- master
- release
- develop
# Publish `v1.2.3` tags as releases.
tags:
@@ -60,3 +61,6 @@ jobs:
if [ "$VERSION" == "release" ]; then
curl ${{ secrets.JENKINS_RELEASE_URL }}
fi
if [ "$VERSION" == "develop" ]; then
curl ${{ secrets.JENKINS_DEVELOP_URL }}
fi