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

fix: missing ls #1

parent 61a74c3b
No related branches found
No related tags found
No related merge requests found
Pipeline #23598 skipped
......@@ -19,6 +19,7 @@
pkgs.delve
pkgs.gdlv
pkgs.wget
pkgs.glab
pkgs.unixtools.xxd
pkgs.libffi
pkgs.zlib
......@@ -252,7 +253,7 @@ git --no-pager log --decorate=short --pretty=oneline
gitVersion=$(version print --git)
for files in $(ls "''${project_root}"dist/*); do
for files in $(exa "''${project_root}"dist/*); do
curl -v --insecure -H "JOB-TOKEN: ''${CI_JOB_TOKEN}" --upload-file \
''${archiveFile} \
https://gitlab.schukai.com/api/v4/projects/''${CI_PROJECT_ID}/packages/generic/''${APP_NAME}/''${gitVersion}/''${file}
......
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