Fix export
This commit is contained in:
parent
d0251efca1
commit
32ae59d9dd
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ push-to-github:
|
||||||
script:
|
script:
|
||||||
- testtool list-private-files > /tmp/private_files.txt
|
- testtool list-private-files > /tmp/private_files.txt
|
||||||
- git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path
|
- git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path
|
||||||
|
- git branch -D main || true
|
||||||
- git checkout -b main
|
- git checkout -b main
|
||||||
- git remote add -f github git@github.com:slon/shad-go.git
|
- git remote add -f github git@github.com:slon/shad-go.git
|
||||||
- echo $GITHUB_PUSH_KEY | base64 -d > private.key
|
- echo $GITHUB_PUSH_KEY | base64 -d > private.key
|
||||||
|
|
Loading…
Reference in a new issue