Skip to content
Snippets Groups Projects
Commit c43c2e31 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Update .gitlab-ci.yml file

parent 5ff01d25
No related branches found
No related tags found
No related merge requests found
Pipeline #1005 failed
...@@ -34,12 +34,12 @@ build: ...@@ -34,12 +34,12 @@ build:
test: test:
stage: test stage: test
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44
scripts: script:
- ${PYTHON_ROOT}/bin/python --version | grep "python ${PYTHON_VERSION}" - ${PYTHON_ROOT}/bin/python --version | grep "python ${PYTHON_VERSION}"
package: package:
stage: package stage: package
scripts: script:
- cd ${PYTHON_ROOT} - cd ${PYTHON_ROOT}
- zip -r --symlinks ${CI_PROJECT_DIR}/${NAME}.zip * - zip -r --symlinks ${CI_PROJECT_DIR}/${NAME}.zip *
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment