mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed travis config syntax error
This commit is contained in:
parent
09aa4cc977
commit
788f9635dd
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user