Skip to content
Snippets Groups Projects
Commit b2b6df7b authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update .gitlab-ci.yml

parent 3139ef3a
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ extract: ...@@ -6,9 +6,9 @@ extract:
stage: build stage: build
image: registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master image: registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master
script: script:
- mkdir $CI_BUILD_DIR/pkg - mkdir $CI_PROJECT_DIR/pkg
- cp /build/tensorflow_pkg/* $CI_BUILD_DIR/pkg/ - cp /build/tensorflow_pkg/* $CI_PROJECT_DIR/pkg/
- ls $CI_BUILD_DIR/pkg/ - ls $CI_PROJECT_DIR/pkg/
artifacts: artifacts:
paths: paths:
- pkg/*.whl - 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