Skip to content
Snippets Groups Projects
Commit 7b4c283b authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

copy mandatory

parent ae7fec56
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ extract:
image: registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master
script:
- mkdir $CI_PROJECT_DIR/pkg
# only one file is produced and we are lazy
- ln /build/tensorflow_pkg/* $CI_PROJECT_DIR/pkg/
# can not ln (cross link not allowed|possible) -> cp
- cp /build/tensorflow_pkg/* $CI_PROJECT_DIR/pkg/
artifacts:
paths:
- pkg/*.whl
\ No newline at end of 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