Skip to content
Snippets Groups Projects
Commit 477ec6cd authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Replace artifact approach with cache.

parent 5504a013
No related branches found
No related tags found
No related merge requests found
Pipeline #18697 canceled
......@@ -4,36 +4,28 @@ stages:
- run_real
- postprocess
cache:
paths:
- autosubmit/
- pyvenv/
stage_0:
stage: build
script: ./examples/01_real-from-ideal.sh 0
tags:
- slurm.meteo.physik.lmu.de
artifacts:
paths:
- autosubmit
- venv
stage_1:
stage: run_ideal
script: ./examples/01_real-from-ideal.sh 1
tags:
- slurm.meteo.physik.lmu.de
artifacts:
paths:
- autosubmit
- venv
stage_2:
stage: run_real
script: ./examples/01_real-from-ideal.sh 2
tags:
- slurm.meteo.physik.lmu.de
artifacts:
paths:
- autosubmit
- venv
stage_3:
stage: postprocess
......
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