mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated devops files
This commit is contained in:
4
.github/workflows/dockerpush.yml
vendored
4
.github/workflows/dockerpush.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user