Skip to content

Commit 70f0d96

Browse files
openshift-pipelines-botpramodbindal
authored andcommitted
[bot:main] update konflux configuration
1 parent 2896bb1 commit 70f0d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-sources-release-v1.17.x.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
git config user.name openshift-pipelines-bot
3535
git config user.email [email protected]
3636
git checkout -b actions/update/sources-release-v1.17.x
37+
touch head
3738
pushd upstream
38-
touch ../head
3939
OLD_COMMIT=$(cat ../head)
4040
NEW_COMMIT=$(git rev-parse HEAD)
4141
echo Previous commit: ${OLD_COMMIT}
@@ -46,7 +46,7 @@ jobs:
4646
git rev-parse HEAD > ../head
4747
popd
4848
rm -rf upstream/.git
49-
git add -f upstream head .konflux
49+
git add -f upstream head
5050
5151
if [[ -z $(git status --porcelain --untracked-files=no) ]]; then
5252
echo "No change, exiting"

0 commit comments

Comments
 (0)