Skip to content
Snippets Groups Projects
Commit 0094bd00 authored by René Schöne's avatar René Schöne
Browse files

try to cache ttc-repo

parent 6d77addd
No related branches found
No related tags found
1 merge request!2CI and other bugs
Pipeline #9579 failed
......@@ -11,6 +11,7 @@ cache:
paths:
- .gradle/wrapper
- .gradle/caches
- /ttc2018liveContest
build:
image: openjdk:11
......@@ -23,11 +24,13 @@ prepareTTCrepo:
image: openjdk:11
stage: models
script:
- git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git /ttc2018liveContest
- "[ -d /ttc2018liveContest] || git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git /ttc2018liveContest"
- cd solve/src/test/resources
- ln -s /ttc2018liveContest/models .
artifacts:
paths:
- "/ttc2018liveContest/models"
- "solve/src/test/resources/models"
- "solve/src/test/resources/models/1"
- "solve/src/test/resources/models/2"
- "solve/src/test/resources/models/32"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment