Skip to content

Commit

Permalink
Merge pull request #83 from JasonPowr/rekor-update-script
Browse files Browse the repository at this point in the history
update script
  • Loading branch information
openshift-merge-robot authored Sep 29, 2023
2 parents a438efa + ead9622 commit 53b804e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redhat/release/update-to-head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ git checkout origin/$redhat_ref .tekton

# Move overlays to root
if [[ -d redhat/overlays ]]; then
if [[ -f redhat/overlays/Dockerfile ]]; then
git rm Dockerfile
fi
git mv redhat/overlays/* .
fi

Expand Down

0 comments on commit 53b804e

Please sign in to comment.