Skip to content
Snippets Groups Projects
Commit 4529fb0a authored by George Sedov's avatar George Sedov
Browse files

Update .gitlab-ci.yml file

parent 4a9fb1b1
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ build-services-docker-release:
if ls $CI_PROJECT_DIR/linux_packages/${dist}/${file}* 1> /dev/null 2>&1; then
for distfile in $(ls $CI_PROJECT_DIR/linux_packages/$dist/${file}*); do
DIST_FILE=${distfile//"~"/"_"}
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file $DIST_FILE "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/$file-$dist/$DIST_VERSION/$(basename $DIST_FILE)"
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file $distfile "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/$file-$dist/$DIST_VERSION/$(basename $DIST_FILE)"
done
fi
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