Skip to content
Snippets Groups Projects
Commit dcb2f012 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Safe-keep artifacts

parent e91cea33
No related branches found
No related tags found
2 merge requests!32Merge development branch 1.6.x,!19New Conda-based CI/CD Pipelines
...@@ -67,9 +67,12 @@ stages: ...@@ -67,9 +67,12 @@ stages:
.docker_test_linux_template: &linux_docker_job .docker_test_linux_template: &linux_docker_job
stage: docker stage: docker
before_script: before_script:
# safe keep artifacts as before_build.sh will erase those...
- cp -a ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 .
- ./_ci/install.sh _ci master #updates ci support scripts - ./_ci/install.sh _ci master #updates ci support scripts
- ./_ci/before_build.sh - ./_ci/before_build.sh
- ./scripts/before_test.sh - ./scripts/before_test.sh
- cp -a *.tar.bz2 ${CONDA_ROOT}/conda-bld/linux-64/
script: script:
- ./scripts/test.sh - ./scripts/test.sh
......
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