Skip to content

Commit 3e3e1f4

Browse files
committed
🐛 QD-11753 Ruby is eap only for now. Same for QDCPP.
(cherry picked from commit 17c7f7a)
1 parent 86f00e8 commit 3e3e1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/product/product.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func Image(code string) string {
9898
!IsReleased {
9999
return val + ReleaseVersion + "-eap"
100100
}
101-
if code == QDNETC || code == QDCL {
101+
if code == QDNETC || code == QDCL || code == QDRUBY || code == QDCPP {
102102
return val + ReleaseVersion + "-eap"
103103
}
104104
return val + ReleaseVersion

0 commit comments

Comments
 (0)