Skip to content
Snippets Groups Projects
Verified Commit 4069a314 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: ci #1

parent 9538aa66
No related branches found
No related tags found
No related merge requests found
Pipeline #23600 skipped
......@@ -253,9 +253,9 @@ git --no-pager log --decorate=short --pretty=oneline
gitVersion=$(version print --git)
for files in $(exa "''${project_root}"dist/*); do
for file in $(exa "''${project_root}"dist/*); do
curl -v --insecure -H "JOB-TOKEN: ''${CI_JOB_TOKEN}" --upload-file \
''${archiveFile} \
''${file} \
https://gitlab.schukai.com/api/v4/projects/''${CI_PROJECT_ID}/packages/generic/''${APP_NAME}/''${gitVersion}/''${file}
done
......
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