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