Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
Tagging
Commits
a7a7165e
Unverified
Commit
a7a7165e
authored
Dec 12, 2017
by
Malte Heithoff
Committed by
GitHub
Dec 12, 2017
Browse files
Ignore gh-pages on CircleCI build + remove download message
parent
cef1c70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
a7a7165e
...
...
@@ -3,6 +3,11 @@
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version
:
2
general
:
branches
:
ignore
:
-
gh-pages
jobs
:
build
:
docker
:
...
...
@@ -24,7 +29,7 @@ jobs:
-
checkout
# run tests!
-
run
:
mvn clean install --settings "settings.xml"
-
run
:
mvn
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
clean install --settings "settings.xml"
workflows
:
version
:
2
commit-workflow
:
...
...
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