Merge pull request #627 from crawlab-team/develop

updated workflow
This commit is contained in:
Marvin Zhang
2020-03-11 16:23:04 +08:00
committed by GitHub

View File

@@ -64,3 +64,6 @@ jobs:
if [ "$VERSION" == "develop" ]; then
curl ${{ secrets.JENKINS_DEVELOP_URL }}
fi
if [ "$VERSION" == "master" ]; then
curl ${{ secrets.JENKINS_DEMO_URL }}
fi