Skip to content

Commit d5e946e

Browse files
RichardPlesnikAllda
authored andcommitted
fixup! Test FBC release comment
1 parent fc8d185 commit d5e946e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/github-pipelinerun-summary.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ spec:
139139
else
140140
fbc_enabled="false"
141141
fi
142-
echo -e "\n## FBC enabled:\n" >> "$PR_NAME/comment.md"
143-
echo -e "$fbc_enabled \n" >> "$PR_NAME/comment.md"
144142
145143
if [[ "$(params.pipeline_name)" == "operator-release-pipeline" && ("$(params.pipeline_status)" == "Succeeded" || "$(params.pipeline_status)" == "Completed") ]]; then
146144
# Add details about released bundle and indices

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 "false" | tee "$(workspaces.output.path)/fbc_enabled"
44+
echo -n "true" | 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 $FBC_ENABLEMENT | tee "$(workspaces.output.path)/fbc_enabled"
69+
echo -n "true" | tee "$(workspaces.output.path)/fbc_enabled"
7070
echo -n $UPGRADE_GRAPH_MODE | tee $(results.upgrade-graph-mode.path)

0 commit comments

Comments
 (0)