Merge pull request #591 from crawlab-team/develop

updated dockerpush.yml
This commit is contained in:
Marvin Zhang
2020-02-24 14:00:24 +08:00
committed by GitHub

View File

@@ -58,6 +58,5 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
if [ "$VERSION" == "release" ]; then
apt-get install -y curl
curl ${{ secrets.JENKINS_RELEASE_URL }}
fi