Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
d09278de
Commit
d09278de
authored
Jan 24, 2018
by
Jens Korinth
Browse files
Deactivate sbt-prepare on all except master and 20xx.x branches
parent
9df2a6a6
Pipeline
#184
passed with stage
in 3 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d09278de
...
...
@@ -23,7 +23,13 @@ scala-test:
script
:
-
sbt clean test
.template
:
&template
only
:
-
"
master"
-
/20\d\d\.\d/
sbt-prepare
:
<<
:
*template
stage
:
toolchain-test
cache
:
untracked
:
true
...
...
@@ -32,11 +38,6 @@ sbt-prepare:
script
:
-
sbt assembly
.template
:
&template
only
:
-
"
master"
-
/20\d\d\.\d/
.hls-template
:
&hls-definition
<<
:
*template
stage
:
hls
...
...
gitlab-ci-base.yml
View file @
d09278de
...
...
@@ -23,7 +23,13 @@ scala-test:
script
:
-
sbt clean test
.template
:
&template
only
:
-
"
master"
-
/20\d\d\.\d/
sbt-prepare
:
<<
:
*template
stage
:
toolchain-test
cache
:
untracked
:
true
...
...
@@ -32,11 +38,6 @@ sbt-prepare:
script
:
-
sbt assembly
.template
:
&template
only
:
-
"
master"
-
/20\d\d\.\d/
.hls-template
:
&hls-definition
<<
:
*template
stage
:
hls
...
...
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment