You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: script/build_package.sh
+6-5
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,22 @@ docker_build_non_root() {
19
19
}
20
20
21
21
#Below conditions are used to select the base image based on the 2 flags, tested_on and non_root_build. A docker_build_non_root function is called when non root build is true.
22
-
if [[ "$TESTED_ON"== UBI:9*||"$TESTED_ON"== UBI9* ]];
22
+
if [[ "$TESTED_ON"== UBI:9*||"$TESTED_ON"== UBI9* ]];
0 commit comments