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