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