Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPlesnik authored and Allda committed Jul 12, 2024
1 parent d5e946e commit 75c6f3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
echo "Config file $CONFIG_PATH does not exist or no bundle affected."
echo "replaces" | tee $(results.upgrade-graph-mode.path)
echo -n "false" | tee $(results.fbc-enabled.path)
echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
echo -n "false" | tee "$(workspaces.output.path)/fbc_enabled"
exit 0
fi
Expand All @@ -66,5 +66,5 @@ spec:
fi
echo -n $FBC_ENABLEMENT | tee $(results.fbc-enabled.path)
echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
echo -n $FBC_ENABLEMENT | tee "$(workspaces.output.path)/fbc_enabled"
echo -n $UPGRADE_GRAPH_MODE | tee $(results.upgrade-graph-mode.path)

0 comments on commit 75c6f3b

Please sign in to comment.