X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=91f3a8479c380a4fe453f9189b39cb116bd24ff5;hp=64f187490a56e57ef76efe03765ebd16cd7f663a;hb=HEAD;hpb=8c8c66866e7373fc4e4cd4c6303d2042e8fb1f23 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64f18749..91f3a847 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,12 +35,6 @@ stages: - test - package_repo -default: - before_script: - - cd TempMavenTychoSnapshotWorkaround - - mvn $MAVEN_CLI_OPTS clean # This is only temporary to resolve TYCHO 1.5.0-SNAPSHOT for the main build - - cd .. - validate: stage: validate script: @@ -62,4 +56,5 @@ package_repo: script: - mvn $MAVEN_CLI_OPTS verify artifacts: - paths: releng/net.mograsim.plugin.updatesite/target/*.zip + paths: + - releng/net.mograsim.plugin.updatesite/target/*.zip