From 2a2e1fc2d45940d13553f7819bad127c9a785046 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Sun, 17 May 2020 08:57:57 -0400 Subject: [PATCH] Print files before creating CI release. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d361d1..4df58fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ deploy_all: script: - ls -lah - - dnf -y install git + - dnf -y install git tree - 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" @@ -171,6 +171,7 @@ deploy_all: - mv release/* ./ - rm -rf release - echo $CI_JOB_ID > job_id + - tree artifacts: name: "Goldberg_Lan_Steam_Emu_$CI_COMMIT_REF_NAME-$CI_COMMIT_TAG-$CI_COMMIT_SHORT_SHA" paths: