mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 06:46:33 -05:00
fix string checking logic
This commit is contained in:
parent
369256c82f
commit
fbb44e7e02
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "${TRAVIS_TAG}" ]; then
|
||||
if [ -n "${TRAVIS_TAG}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user