Fix export

This commit is contained in:
Fedor Korotkiy 2023-03-10 16:27:51 +04:00
parent 5065a7a68f
commit 6e36346ad4

View file

@ -65,7 +65,7 @@ push-to-github:
script:
- testtool list-private-files > /tmp/private_files.txt
- git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path
- echo $GITHUB_PUSH_KEY | base64 -d > private.key
- echo $GITHUB_PUSH_KEY | base64 -d > private.key && chmod go-rwx private.key
- git branch -D main || true
- git checkout -b main
- git remote rm github || true