File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545
4646 git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
4747 git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
48- git checkout origin/$BASE src/*
49- git checkout origin/$BASE tests/*
50- git commit -m "Restored src/* and tests/* " || echo ""
48+ git checkout origin/$BASE src/
49+ git checkout origin/$BASE tests/schema/
50+ git commit -m "Restored src/ and tests/schema/ " || echo ""
5151 git push -u origin $SYNC
5252
5353 EXISTS=$(gh pr list --base $BASE --head $SYNC \
Original file line number Diff line number Diff line change 4141
4242 git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
4343 git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
44- git checkout origin/$BASE src/*
45- git checkout origin/$BASE tests/*
46- git commit -m "Restored src/* and tests/* " || echo ""
44+ git checkout origin/$BASE src/
45+ git checkout origin/$BASE tests/schema/
46+ git commit -m "Restored src/ and tests/schema/ " || echo ""
4747 git push -u origin $SYNC
4848
4949 EXISTS=$(gh pr list --base $BASE --head $SYNC \
You can’t perform that action at this time.
0 commit comments