Compare commits
14 Commits
BL2_frozen
...
zip-to-ddw
Author | SHA1 | Date | |
---|---|---|---|
f1082eabe7 | |||
|
8087160da4 | ||
|
3bfb59f5dd | ||
|
9e1aa198da | ||
|
7d76ed6af0 | ||
|
66ecacee93 | ||
|
cfbd52a5fe | ||
|
ec5443b9f6 | ||
|
f3f61781e0 | ||
|
8df11cd258 | ||
|
519b4a11e1 | ||
2aa87bae00 | |||
|
4599ca2ccd | ||
125cb732ee |
@@ -57,10 +57,10 @@ variables:
|
|||||||
changes:
|
changes:
|
||||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||||
script:
|
script:
|
||||||
- zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
- zip -j ${PACKAGE_NAME}.ddw ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ${PACKAGE_NAME}.zip
|
- ${PACKAGE_NAME}.ddw
|
||||||
when: on_success
|
when: on_success
|
||||||
expire_in: "1 hour"
|
expire_in: "1 hour"
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ variables:
|
|||||||
- |
|
- |
|
||||||
curl --fail \
|
curl --fail \
|
||||||
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
|
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
|
||||||
--upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file"
|
--upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file"
|
||||||
|
|
||||||
.release-job:
|
.release-job:
|
||||||
stage: Release
|
stage: Release
|
||||||
@@ -97,5 +97,6 @@ variables:
|
|||||||
ref: "$CI_COMMIT_SHA"
|
ref: "$CI_COMMIT_SHA"
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: ${PACKAGE_NAME}
|
- name: ${PACKAGE_NAME}.ddw
|
||||||
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip"
|
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw"
|
||||||
|
link_type: package
|
||||||
|
32
.gitlab/BL3_Lunch_in_Trashlantis.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
manifest-job/BL3_Lunch_in_Trashlantis:
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
||||||
|
extends: .manifest-job
|
||||||
|
|
||||||
|
test-images-job/BL3_Lunch_in_Trashlantis:
|
||||||
|
needs:
|
||||||
|
- manifest-job/BL3_Lunch_in_Trashlantis
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
||||||
|
extends: .test-job
|
||||||
|
|
||||||
|
bundle-job/BL3_Lunch_in_Trashlantis:
|
||||||
|
needs:
|
||||||
|
- manifest-job/BL3_Lunch_in_Trashlantis
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
||||||
|
extends: .bundle-job
|
||||||
|
|
||||||
|
upload-job/BL3_Lunch_in_Trashlantis:
|
||||||
|
needs:
|
||||||
|
- bundle-job/BL3_Lunch_in_Trashlantis
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
||||||
|
extends: .upload-job
|
||||||
|
|
||||||
|
release-job/BL3_Lunch_in_Trashlantis:
|
||||||
|
needs:
|
||||||
|
- upload-job/BL3_Lunch_in_Trashlantis
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
||||||
|
extends: .release-job
|
32
.gitlab/BL3_Sanctuary_Bay.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
manifest-job/BL3_Sanctuary_Bay:
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Sanctuary_Bay"
|
||||||
|
extends: .manifest-job
|
||||||
|
|
||||||
|
test-images-job/BL3_Sanctuary_Bay:
|
||||||
|
needs:
|
||||||
|
- manifest-job/BL3_Sanctuary_Bay
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Sanctuary_Bay"
|
||||||
|
extends: .test-job
|
||||||
|
|
||||||
|
bundle-job/BL3_Sanctuary_Bay:
|
||||||
|
needs:
|
||||||
|
- manifest-job/BL3_Sanctuary_Bay
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Sanctuary_Bay"
|
||||||
|
extends: .bundle-job
|
||||||
|
|
||||||
|
upload-job/BL3_Sanctuary_Bay:
|
||||||
|
needs:
|
||||||
|
- bundle-job/BL3_Sanctuary_Bay
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Sanctuary_Bay"
|
||||||
|
extends: .upload-job
|
||||||
|
|
||||||
|
release-job/BL3_Sanctuary_Bay:
|
||||||
|
needs:
|
||||||
|
- upload-job/BL3_Sanctuary_Bay
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "BL3_Sanctuary_Bay"
|
||||||
|
extends: .release-job
|
32
.gitlab/HFW_Three_Spires_Mountain.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
manifest-job/HFW_Three_Spires_Mountain:
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Three_Spires_Mountain"
|
||||||
|
extends: .manifest-job
|
||||||
|
|
||||||
|
test-images-job/HFW_Three_Spires_Mountain:
|
||||||
|
needs:
|
||||||
|
- manifest-job/HFW_Three_Spires_Mountain
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Three_Spires_Mountain"
|
||||||
|
extends: .test-job
|
||||||
|
|
||||||
|
bundle-job/HFW_Three_Spires_Mountain:
|
||||||
|
needs:
|
||||||
|
- manifest-job/HFW_Three_Spires_Mountain
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Three_Spires_Mountain"
|
||||||
|
extends: .bundle-job
|
||||||
|
|
||||||
|
upload-job/HFW_Three_Spires_Mountain:
|
||||||
|
needs:
|
||||||
|
- bundle-job/HFW_Three_Spires_Mountain
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Three_Spires_Mountain"
|
||||||
|
extends: .upload-job
|
||||||
|
|
||||||
|
release-job/HFW_Three_Spires_Mountain:
|
||||||
|
needs:
|
||||||
|
- upload-job/HFW_Three_Spires_Mountain
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Three_Spires_Mountain"
|
||||||
|
extends: .release-job
|
32
.gitlab/HFW_Weat_Tuft.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
manifest-job/HFW_Weat_Tuft:
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Weat_Tuft"
|
||||||
|
extends: .manifest-job
|
||||||
|
|
||||||
|
test-images-job/HFW_Weat_Tuft:
|
||||||
|
needs:
|
||||||
|
- manifest-job/HFW_Weat_Tuft
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Weat_Tuft"
|
||||||
|
extends: .test-job
|
||||||
|
|
||||||
|
bundle-job/HFW_Weat_Tuft:
|
||||||
|
needs:
|
||||||
|
- manifest-job/HFW_Weat_Tuft
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Weat_Tuft"
|
||||||
|
extends: .bundle-job
|
||||||
|
|
||||||
|
upload-job/HFW_Weat_Tuft:
|
||||||
|
needs:
|
||||||
|
- bundle-job/HFW_Weat_Tuft
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Weat_Tuft"
|
||||||
|
extends: .upload-job
|
||||||
|
|
||||||
|
release-job/HFW_Weat_Tuft:
|
||||||
|
needs:
|
||||||
|
- upload-job/HFW_Weat_Tuft
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "HFW_Weat_Tuft"
|
||||||
|
extends: .release-job
|
8
.vscode/settings.json
vendored
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"conventionalCommits.scopes": [
|
"conventionalCommits.scopes": [
|
||||||
"cicd"
|
"cicd",
|
||||||
|
"#5",
|
||||||
|
"#9",
|
||||||
|
"#13",
|
||||||
|
"#14",
|
||||||
|
"#15",
|
||||||
|
"#8"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 909 KiB After Width: | Height: | Size: 909 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 977 KiB After Width: | Height: | Size: 977 KiB |
Before Width: | Height: | Size: 968 KiB After Width: | Height: | Size: 968 KiB |
Before Width: | Height: | Size: 928 KiB After Width: | Height: | Size: 929 KiB |
Before Width: | Height: | Size: 944 KiB After Width: | Height: | Size: 944 KiB |
Before Width: | Height: | Size: 952 KiB After Width: | Height: | Size: 952 KiB |
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 1002 KiB |
Before Width: | Height: | Size: 892 KiB After Width: | Height: | Size: 892 KiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 876 KiB |
Before Width: | Height: | Size: 935 KiB After Width: | Height: | Size: 935 KiB |
Before Width: | Height: | Size: 942 KiB After Width: | Height: | Size: 942 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 996 KiB After Width: | Height: | Size: 996 KiB |
Before Width: | Height: | Size: 878 KiB After Width: | Height: | Size: 877 KiB |
Before Width: | Height: | Size: 947 KiB After Width: | Height: | Size: 947 KiB |
Before Width: | Height: | Size: 980 KiB After Width: | Height: | Size: 980 KiB |
Before Width: | Height: | Size: 954 KiB After Width: | Height: | Size: 954 KiB |
Before Width: | Height: | Size: 1009 KiB After Width: | Height: | Size: 1009 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_1.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_2.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_3.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_4.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_5.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/BL3_Lunch_in_Trashlantis/BL3_Lunch_in_Trashlantis_6.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_1.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_10.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_11.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_12.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_13.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_14.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_15.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_16.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_17.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_18.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_19.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_2.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_20.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_21.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_22.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_23.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_3.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_4.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_5.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_6.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_7.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_8.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/BL3_Sanctuary_Bay/BL3_Sanctuary_Bay_9.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 990 KiB |
After Width: | Height: | Size: 929 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 919 KiB |
After Width: | Height: | Size: 929 KiB |
After Width: | Height: | Size: 1021 KiB |
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/HFW_Three_Spires_Mountain/HFW_Three_Spires_Mountain_3.jpg
Normal file
After Width: | Height: | Size: 908 KiB |
BIN
assets/HFW_Three_Spires_Mountain/HFW_Three_Spires_Mountain_6.jpg
Normal file
After Width: | Height: | Size: 989 KiB |
BIN
assets/HFW_Three_Spires_Mountain/HFW_Three_Spires_Mountain_7.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/HFW_Three_Spires_Mountain/HFW_Three_Spires_Mountain_8.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/HFW_Three_Spires_Mountain/HFW_Three_Spires_Mountain_9.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_1.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_10.jpg
Normal file
After Width: | Height: | Size: 975 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_11.jpg
Normal file
After Width: | Height: | Size: 914 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_12.jpg
Normal file
After Width: | Height: | Size: 805 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_14.jpg
Normal file
After Width: | Height: | Size: 955 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_15.jpg
Normal file
After Width: | Height: | Size: 905 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_18.jpg
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_19.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_2.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_20.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_21.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_22.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_23.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_24.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_25.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_26.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_3.jpg
Normal file
After Width: | Height: | Size: 914 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_4.jpg
Normal file
After Width: | Height: | Size: 999 KiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_5.jpg
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/HFW_Weat_Tuft/HFW_Weat_Tuft_6.jpg
Normal file
After Width: | Height: | Size: 1.0 MiB |