dev: remove directory

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-24 19:07:43 -07:00
parent d115590684
commit 74067bebed
2 changed files with 1 additions and 1 deletions

View file

@ -25,4 +25,4 @@ jobs:
git config user.email 'stephen@hexops.com' git config user.email 'stephen@hexops.com'
# See https://github.community/t/automating-push-to-public-repo/17742/12 # See https://github.community/t/automating-push-to-public-repo/17742/12
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
./dev/push-subrepos.sh ./.github/push-subrepos.sh