Skip to content
Snippets Groups Projects
Commit c1fb2ab3 authored by Colin's avatar Colin
Browse files

11.1

parents
Branches
variables:
COMPONENT_NAME: "core-logos"
NEXUS_REPO: "components"
META_NAME: "Logos"
META_DESCRIPTION: "The default logos for each supported technology."
include:
- project: 'flashpoint/docker/nexus-deploy-action'
ref: main
file: '/docker-build.gitlab-ci.yml'
deploy:
stage: build
script: |
COMP_FILE=${COMPONENT_NAME}.zip
COMP_JSON=${COMPONENT_NAME}.json
zip -r $COMP_FILE ./ -x "./.**"
echo '{
"title": "'$META_NAME'",
"description": "'$META_DESCRIPTION'",
"date-modified": '$(date +%s)',
"download-size": '$(du -b $COMP_FILE | awk '{print $1}')',
"install-size": '$(7z l $COMP_FILE | tail -n 1 | awk '{print $3}')',
"crc32": "'$(crc32 $COMP_FILE)'"
}' > $COMP_JSON
zip artifact.zip $COMP_FILE $COMP_JSON
artifacts:
paths:
- artifact.zip
\ No newline at end of file
3D Groove GX.png

21.3 KiB

3DVIA Player.png

61.8 KiB

ASAP WebShow.png

342 B

AXEL Player.png

4.95 KiB

AboutPeople.png

26.3 KiB

AboutTime.png

16.2 KiB

ActiveX.png

12.7 KiB

Alambik.png

6.06 KiB

Ambulant.png

40.3 KiB

AnimaFlex.png

1.82 KiB

Atmosphere.png

16.1 KiB

Authorware.png

217 KiB

BitPlayer.png

9.33 KiB

Blender.png

162 KiB

Burster.png

13.6 KiB

Calendar Quick.png

314 B

Cult3D.png

3.5 KiB

DFusion.png

13.3 KiB

DPGraph.png

2.1 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment