mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-27 14:08:39 +01:00
Add a bundle of the source code to the git builds zip.
This commit is contained in:
parent
81830efd58
commit
0ed433cb26
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ deploy_all:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ls -lah
|
- 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/
|
- mv linux release/
|
||||||
- shopt -s extglob
|
- shopt -s extglob
|
||||||
- rm -rf .g*
|
- rm -rf .g*
|
||||||
|
|
Loading…
Reference in a new issue