Skip to content

Commit 75c6f3b

Browse files
RichardPlesnikAllda
authored andcommitted
fixup!
1 parent d5e946e commit 75c6f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/read-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
echo "Config file $CONFIG_PATH does not exist or no bundle affected."
4242
echo "replaces" | tee $(results.upgrade-graph-mode.path)
4343
echo -n "false" | tee $(results.fbc-enabled.path)
44-
echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
44+
echo -n "false" | tee "$(workspaces.output.path)/fbc_enabled"
4545
exit 0
4646
fi
4747
@@ -66,5 +66,5 @@ spec:
6666
fi
6767
6868
echo -n $FBC_ENABLEMENT | tee $(results.fbc-enabled.path)
69-
echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
69+
echo -n $FBC_ENABLEMENT | tee "$(workspaces.output.path)/fbc_enabled"
7070
echo -n $UPGRADE_GRAPH_MODE | tee $(results.upgrade-graph-mode.path)

0 commit comments

Comments
 (0)