mirror of https://github.com/v2ray/v2ray-core
fix string checking logic
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