Compare commits
2 Commits
zip-to-ddw
...
hugo-galle
Author | SHA1 | Date | |
---|---|---|---|
|
0a9afe5e1d | ||
|
01a65c005c |
@@ -57,10 +57,10 @@ variables:
|
||||
changes:
|
||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||
script:
|
||||
- zip -j ${PACKAGE_NAME}.ddw ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||
- zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||
artifacts:
|
||||
paths:
|
||||
- ${PACKAGE_NAME}.ddw
|
||||
- ${PACKAGE_NAME}.zip
|
||||
when: on_success
|
||||
expire_in: "1 hour"
|
||||
|
||||
@@ -77,7 +77,7 @@ variables:
|
||||
- |
|
||||
curl --fail \
|
||||
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
|
||||
--upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file"
|
||||
--upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file"
|
||||
|
||||
.release-job:
|
||||
stage: Release
|
||||
@@ -97,6 +97,5 @@ variables:
|
||||
ref: "$CI_COMMIT_SHA"
|
||||
assets:
|
||||
links:
|
||||
- name: ${PACKAGE_NAME}.ddw
|
||||
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw"
|
||||
link_type: package
|
||||
- name: ${PACKAGE_NAME}
|
||||
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip"
|
||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -6,6 +6,6 @@
|
||||
"#13",
|
||||
"#14",
|
||||
"#15",
|
||||
"#8"
|
||||
"#2"
|
||||
]
|
||||
}
|
BIN
public/Wallset.psd
Normal file
BIN
public/Wallset.psd
Normal file
Binary file not shown.
BIN
public/Wallset_1.jpg
Normal file
BIN
public/Wallset_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
public/Wallset_2.jpg
Normal file
BIN
public/Wallset_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user