Fixed travis config syntax error

This commit is contained in:
Alejandro Celaya 2020-05-16 13:40:59 +02:00
parent 09aa4cc977
commit 788f9635dd

View file

@ -66,6 +66,7 @@ deploy:
file: "./build/shlink_${TRAVIS_TAG#?}_dist.zip" file: "./build/shlink_${TRAVIS_TAG#?}_dist.zip"
skip_cleanup: true skip_cleanup: true
on: on:
condition: "${DOCKER_PUBLISH}" == 'false' all_branches: true
condition: ${DOCKER_PUBLISH} == 'false'
tags: true tags: true
php: '7.4' php: '7.4'