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

Recover artifacts *before* setup

parent dcb2f012
No related branches found
No related tags found
2 merge requests!32Merge development branch 1.6.x,!19New Conda-based CI/CD Pipelines
...@@ -71,8 +71,8 @@ stages: ...@@ -71,8 +71,8 @@ stages:
- cp -a ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 . - 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
- cp -a *.tar.bz2 ${CONDA_ROOT}/conda-bld/linux-64/ - cp -a *.tar.bz2 ${CONDA_ROOT}/conda-bld/linux-64/
- ./scripts/before_test.sh
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