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 d5e946e commit 75c6f3bCopy full SHA for 75c6f3b
ansible/roles/operator-pipeline/templates/openshift/tasks/read-config.yaml
@@ -41,7 +41,7 @@ spec:
41
echo "Config file $CONFIG_PATH does not exist or no bundle affected."
42
echo "replaces" | tee $(results.upgrade-graph-mode.path)
43
echo -n "false" | tee $(results.fbc-enabled.path)
44
- echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
+ echo -n "false" | tee "$(workspaces.output.path)/fbc_enabled"
45
exit 0
46
fi
47
@@ -66,5 +66,5 @@ spec:
66
67
68
echo -n $FBC_ENABLEMENT | tee $(results.fbc-enabled.path)
69
+ echo -n $FBC_ENABLEMENT | tee "$(workspaces.output.path)/fbc_enabled"
70
echo -n $UPGRADE_GRAPH_MODE | tee $(results.upgrade-graph-mode.path)
0 commit comments