Skip to content
Snippets Groups Projects
Verified Commit 60b624e8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: fix generation of versions.json

parent d4587736
No related branches found
No related tags found
No related merge requests found
Pipeline #31597 failed
......@@ -42,7 +42,7 @@ add-commit:
- echo ",{\"server\"${COLON} \"$SERVER\", \"mysqlbackend\"${COLON} \"$MYSQL\", \"pylib\"${COLON} \"$PYLIB\", \"webui\"${COLON} \"$WEBUI\" }" >> versions.json
# add closing ] again
- echo "\n]" >> versions.json
- echo -n "]" >> versions.json
- cat versions.json | jq
# create the commit.json which is to send to the commit api of gitlab
......
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