Skip to content
Snippets Groups Projects
Commit 4389f6bf authored by Wumbo's avatar Wumbo
Browse files

Update .gitlab-ci.yml file

parent fd97a52b
Branches master
No related merge requests found
Pipeline #255 passed with stages
in 2 minutes and 11 seconds
......@@ -27,6 +27,7 @@ deploy:
--arg install $(7z l $COMP_FILE | tail -n 1 | awk '{print $3}') \
--arg path "FPSoftware" \
--arg hash $(crc32 $COMP_FILE) \
--arg depends "supportpack-common-netscape" \
'{
"title": $name,
"description": $desc,
......@@ -34,7 +35,8 @@ deploy:
"download-size": $download,
"install-size": $install,
"path": $path,
"crc32": $hash
"crc32": $hash,
"depends": $depends
}' > $COMP_JSON
zip artifact.zip $COMP_FILE $COMP_JSON
artifacts:
......
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