Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Jun 25, 2023
1 parent 03f93fb commit 9e1d640
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ start_rebase() {

for patch in ../patches/*.patch; do
echo "Applying $patch"
if ! git apply --3way "$patch"; then
if ! git am --3way "$patch"; then
echo
echo "Failed to apply patch. Please run 'make upstream.rebase FROM=$TAG' where '$TAG' allows the patch set to apply cleanly"
echo
exit 1
fi
patch=${patch#../patches/*-}
git commit -am "${patch%.patch}"
done

touch ../rebase-in-progress
Expand Down

0 comments on commit 9e1d640

Please sign in to comment.