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

ln instead of cp

parent 345abe53
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ extract: ...@@ -7,8 +7,8 @@ extract:
image: registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master image: registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master
script: script:
- mkdir $CI_PROJECT_DIR/pkg - mkdir $CI_PROJECT_DIR/pkg
- cp /build/tensorflow_pkg/* $CI_PROJECT_DIR/pkg/ # only one file is produced and we are lazy
- ln /build/tensorflow_pkg/* $CI_PROJECT_DIR/pkg/
artifacts: artifacts:
paths: paths:
- pkg/*.whl - pkg/*.whl
\ No newline at end of file
- ../../tensorflow_pkg/*.whl
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment