Add a bundle of the source code to the git builds zip.

merge-requests/28/head
Mr_Goldberg 4 years ago
parent 81830efd58
commit 0ed433cb26
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278

@ -153,6 +153,9 @@ deploy_all:
script:
- ls -lah
- mkdir -p release/source_code
- git bundle create release/source_code/source_code.bundle --all
- echo 'This is a git bundle of the full repo, to use: git clone source_code.bundle --branch master' > release/source_code/Readme.txt
- mv linux release/
- shopt -s extglob
- rm -rf .g*

Loading…
Cancel
Save