Skip to content

Commit 27da64c

Browse files
committed
Intentionally break the build
1 parent 379f9a9 commit 27da64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ mod built_info {
3737
include!(concat!(env!("OUT_DIR"), "/built.rs"));
3838
}
3939

40-
pub const APP_PORT: u16 = 8088;
41-
pub const OPERATOR_NAME: &str = "superset.stackable.tech";
40+
// pub const APP_PORT: u16 = 8088;
41+
// pub const OPERATOR_NAME: &str = "superset.stackable.tech";
4242

4343
#[derive(Parser)]
4444
#[clap(about, author)]

0 commit comments

Comments
 (0)