Compare commits

...

2 Commits

Author SHA1 Message Date
Mr_Goldberg e9278e7708
Fix CI build. 2020-05-17 09:49:51 -04:00
Mr_Goldberg 2a2e1fc2d4
Print files before creating CI release. 2020-05-17 08:57:57 -04:00
1 changed files with 3 additions and 2 deletions

View File

@ -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,10 +171,11 @@ 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:
- .
- ./
pages:
image: fedora