ci: no relup for now
This commit is contained in:
parent
6362476508
commit
c95d201331
|
@ -14,8 +14,10 @@ export PROFILE
|
||||||
|
|
||||||
case $PROFILE in
|
case $PROFILE in
|
||||||
"emqx-enterprise")
|
"emqx-enterprise")
|
||||||
DIR='emqx-ee'
|
#DIR='emqx-ee'
|
||||||
EDITION='enterprise'
|
#EDITION='enterprise'
|
||||||
|
echo "No relup for now"
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
"emqx")
|
"emqx")
|
||||||
echo "No relup for opensource edition"
|
echo "No relup for opensource edition"
|
||||||
|
|
Loading…
Reference in New Issue