Compare commits
No commits in common. "e9278e7708a634e3fa590a3a873d7a2d8d180ddf" and "83fe490471a43bcb14b615953196ca66406b42f0" have entirely different histories.
e9278e7708
...
83fe490471
|
@ -160,7 +160,7 @@ deploy_all:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ls -lah
|
- ls -lah
|
||||||
- dnf -y install git tree
|
- dnf -y install git
|
||||||
- mkdir -p release/source_code
|
- mkdir -p release/source_code
|
||||||
- git bundle create release/source_code/source_code.bundle --all
|
- 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"
|
||||||
|
@ -171,11 +171,10 @@ deploy_all:
|
||||||
- mv release/* ./
|
- mv release/* ./
|
||||||
- rm -rf release
|
- rm -rf release
|
||||||
- echo $CI_JOB_ID > job_id
|
- echo $CI_JOB_ID > job_id
|
||||||
- tree
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "Goldberg_Lan_Steam_Emu_$CI_COMMIT_REF_NAME-$CI_COMMIT_TAG-$CI_COMMIT_SHORT_SHA"
|
name: "Goldberg_Lan_Steam_Emu_$CI_COMMIT_REF_NAME-$CI_COMMIT_TAG-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- ./
|
- .
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: fedora
|
image: fedora
|
||||||
|
|
Loading…
Reference in New Issue