Skip to content
Snippets Groups Projects
Commit 201c15e2 authored by jourdain's avatar jourdain
Browse files

Test: shortcut to run small

parent 3b483792
No related branches found
No related tags found
No related merge requests found
......@@ -111,12 +111,12 @@ stages:
when: manual
#GLOBAL WORKFLOW
copy-files:
<<: *runner
stage: prepare-ci
script:
- mkdir -p ${SCRATCHDIR}/abs/${CI_COMMIT_SHORT_SHA}
- cp -rip . $SCRATCHDIR/abs/$CI_COMMIT_SHORT_SHA
#copy-files:
# <<: *runner
# stage: prepare-ci
# script:
# - mkdir -p ${SCRATCHDIR}/abs/${CI_COMMIT_SHORT_SHA}
# - cp -rip . $SCRATCHDIR/abs/$CI_COMMIT_SHORT_SHA
dl-abinit:
<<: *abinit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment