mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated dockerpush.yml
This commit is contained in:
3
.github/workflows/dockerpush.yml
vendored
3
.github/workflows/dockerpush.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
# Strip git ref prefix from version
|
||||
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
|
||||
|
||||
if [ $VERSION == "release"]; then
|
||||
apt-get install -y curl
|
||||
curl ${{ secrets.JENKINS_RELEASE_URL }}
|
||||
|
||||
Reference in New Issue
Block a user