Update auto-update-caravel-lite.yml

This commit is contained in:
Jeff DiCorpo 2021-12-15 23:25:13 -08:00 committed by GitHub
parent 67fa1f26eb
commit 1775a9bffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -45,10 +45,11 @@ jobs:
cd caravel-lite
git config --global user.name 'EF Staff'
git config --global user.email 'github@efabless.com'
git config --global init.defaultBranch main
git init
git checkout -b main
git remote set-url parent https://github.com/efabless/caravel
git pull parent master
git remote add parent https://github.com/efabless/caravel
git pull parent main
git fetch --all --tags
git filter-repo --path openlane/user_project_wrapper_empty --path openlane/user_analog_project_wrapper_empty --path openlane/Makefile --path gds/user_project_wrapper_empty.gds.gz --path gds/user_analog_project_wrapper_empty.gds.gz --path mag/user_project_wrapper_empty.mag --path mag/user_analog_project_wrapper_empty.mag --path lef/user_project_wrapper_empty.lef --path lef/user_analog_project_wrapper_empty.lef --path verilog/ --path info.yaml --path Makefile --path scripts/ --path utils/ --path LICENSE --path manifest --path spi/lvs/run_lvs.sh --path gds/gds2mag-all.sh --path gds/drc_on_gds.tcl --path gds/antenna_on_gds.tcl --path spi/lvs/caravel.spice --path spi/lvs/caravan.spice --force
git remote add caravel_lite https://x-access-token:${{ secrets.EFSTAFF_TOKEN }}@github.com/caravel_openframe-lite