projects
/
Mograsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d05144
)
Fixed reference to the old structure in the yaml
author
Christian Femers
<femers@in.tum.de>
Mon, 16 Sep 2019 00:19:38 +0000
(
02:19
+0200)
committer
Christian Femers
<femers@in.tum.de>
Mon, 16 Sep 2019 00:19:38 +0000
(
02:19
+0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
2753073
..
ff039db
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-36,8
+36,9
@@
stages:
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
net.mograsim
+ - cd
..
validate:
stage: validate