We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747c1d commit 0823fefCopy full SHA for 0823fef
sqrl-testing/sqrl-testing-integration/src/test/java/com/datasqrl/flinkrunner/AbstractITSupport.java
@@ -46,7 +46,7 @@ public class AbstractITSupport {
46
void startFlink() {
47
var imgRepo = System.getProperty("flinkrunner.image.repo", "ghcr.io");
48
var tag = System.getProperty("flinkrunner.version", "latest");
49
- if (!tag.equals("latest")) {
+ if (!tag.equals("latest") && !tag.toLowerCase().endsWith("snapshot")) {
50
tag += "-flink-2.1";
51
}
52
0 commit comments