Skip to content

Commit 4d33a3f

Browse files
authored
[ISV-2905] fix difference in md5sum in ci vs hosted (#449)
* [ISV-2905] fix difference in md5sum in ci vs hosted --------- Co-authored-by: Tomas Man <[email protected]>
1 parent 85a6394 commit 4d33a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/digest-pinning.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ spec:
8282
else
8383
echo "Manifests are pinned."
8484
echo -n "false" | tee $(results.dirty_flag.path)
85+
echo "The branch is reset to its pre-pin state because other unrelated changes may occur during the pin step and need to be undone."
86+
git checkout -- .
8587
fi
8688
- name: verify-related-images
8789
image: "$(params.pipeline_image)"

0 commit comments

Comments
 (0)