mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-07 17:15:19 +02:00
Fix yaml?
This commit is contained in:
parent
0ed433cb26
commit
47c8f0a2a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue