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

fix artifact copy

parent ea874ef1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ include:
.client-package:
after_script:
- mkdir -p $CI_PROJECT_DIR/linux_packages/$OS_FOLDER
- cp $CI_PROJECT_DIR/build/asapo-devel*
- cp $CI_PROJECT_DIR/build/asapo-devel* $CI_PROJECT_DIR/linux_packages/$OS_FOLDER
- cp $CI_PROJECT_DIR/build/*/api/python/dist_linux/dist/* $CI_PROJECT_DIR/linux_packages/$OS_FOLDER
artifacts:
paths:
......
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