-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from duckdb/mcci
Actual commit
- Loading branch information
Showing
680 changed files
with
101,204 additions
and
54,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,14 @@ jobs: | |
- name: Vendor sources | ||
id: vendor | ||
run: | | ||
git pull --rebase | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "DuckDB Labs GitHub Bot" | ||
git rm -rf src/duckdb | ||
python vendor.py --duckdb .git/duckdb | ||
git add src/duckdb | ||
rm -rf .git/duckdb | ||
export REV=`git rev-parse --short HEAD` | ||
git commit -m "Update vendored DuckDB sources to $REV" | ||
git push --dry-run | ||
# Check if ahead of upstream branch | ||
# If yes, set a step output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.