Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Jun 26, 2023
1 parent 6582eb7 commit f3345f3
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 f3345f3

Please sign in to comment.