From 0c4831260e0af07a0303b4ad16f5596ca7f49240 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Wed, 15 Jan 2020 14:27:27 -0500 Subject: [PATCH] Forgot this. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78e7d9d..f307d10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,6 +153,7 @@ deploy_all: script: - ls -lah + - dnf -y install git - 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"