Skip to content
Snippets Groups Projects
Commit e1227073 authored by Florian Feldbauer's avatar Florian Feldbauer
Browse files

fixed typo in ci

parent 1086550f
No related branches found
Tags 3.4
No related merge requests found
......@@ -23,7 +23,7 @@ build-job:
- python3 -m build
- |
curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" \
--upload-file dist/exercise_automation-${CI_COMMIT_TAG}-py3-none-any.whl \
--upload-file dist/hdlmake_nonproj-${CI_COMMIT_TAG}-py3-none-any.whl \
"${PACKAGE_REGISTRY_URL}/${CI_COMMIT_TAG}/hdlmake_nonproj-${CI_COMMIT_TAG}-py3-none-any.whl"
- |
ASSETS=("$(jq -n -c -M \
......@@ -37,7 +37,7 @@ build-job:
--arg name "Release ${CI_COMMIT_TAG}" \
--arg tag_name "${CI_COMMIT_TAG}" \
--arg description "${CI_COMMIT_TAG_MESSAGE}" \
--argjson assets "$(echo ${ASSETS[@]} | jq -n -c -M -s '{ links : inputs }')"
--argjson assets "$(echo ${ASSETS[@]} | jq -n -c -M -s '{ links : inputs }')" \
'$ARGS.named')
- |
curl --fail-with-body \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment