Fix yaml?

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

@ -155,7 +155,7 @@ deploy_all:
- 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
- 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