From 0ed433cb26981019169b73c5bf461ed0e2caaf90 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Wed, 15 Jan 2020 13:18:12 -0500 Subject: [PATCH] Add a bundle of the source code to the git builds zip. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70847c5..e466878 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,6 +153,9 @@ deploy_all: script: - 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/ - shopt -s extglob - rm -rf .g*