mirror of
https://github.com/shlinkio/shlink.git
synced 2026-09-03 19:52:51 -05:00
Fixed travis config syntax error
This commit is contained in:
+2
-1
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user