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 4444
4545 git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
4646 git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
47- git checkout origin/$BASE src/*
48- git checkout origin/$BASE tests/*
49- git commit -m "Restored src/* and tests/* " || echo ""
47+ git checkout origin/$BASE src/
48+ git checkout origin/$BASE tests/schema/
49+ git commit -m "Restored src/ and tests/schema/ " || echo ""
5050 git push -u origin $SYNC
5151
5252 EXISTS=$(gh pr list --base $BASE --head $SYNC \
Original file line number Diff line number Diff line change 4040
4141 git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
4242 git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
43- git checkout origin/$BASE src/*
44- git checkout origin/$BASE tests/*
45- git commit -m "Restored src/* and tests/* " || echo ""
43+ git checkout origin/$BASE src/
44+ git checkout origin/$BASE tests/schema/
45+ git commit -m "Restored src/ and tests/schema/ " || echo ""
4646 git push -u origin $SYNC
4747
4848 EXISTS=$(gh pr list --base $BASE --head $SYNC \
You can’t perform that action at this time.
0 commit comments