Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Sep 29, 2023
1 parent a438efa commit ead9622
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 ead9622

Please sign in to comment.