Skip to content
Snippets Groups Projects
Commit ae6ff9e1 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Do not cache everything.

parent 3957f938
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -68,10 +68,6 @@ dsl:compile:
image: $ECLIPSE_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $LANGUAGES_POM -pl "!de.evoal.languages:de.evoal.languages.releng.site" compile
artifacts:
untracked: true
when: on_success
expire_in: "30 days"
dsl:unit:
stage: Domain Specific Languages
......@@ -87,6 +83,7 @@ dsl:deploy:
stage: Domain Specific Languages
dependencies:
- "dsl:compile"
needs:
- "dsl:unit"
tags:
- docker
......
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