From 47c8f0a2a11c134b0f0d41e9b44ebf99f9e259db Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Wed, 15 Jan 2020 13:21:37 -0500 Subject: [PATCH] Fix yaml? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e466878..2133b63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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*