Fix yaml.

This commit is contained in:
Mr_Goldberg 2020-01-15 13:27:15 -05:00
parent 47c8f0a2a1
commit d9173e7b50
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -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*