Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
cosmotool
Commits
3baa83f8
Commit
3baa83f8
authored
Sep 24, 2018
by
Gradl, Tobias
Browse files
Minor modifications for GitLab-CI
parent
1fd5a844
Pipeline
#6766
failed with stages
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3baa83f8
...
...
@@ -17,6 +17,7 @@ cache:
build
:
stage
:
build
script
:
-
rm -rf .m2/repository
-
mvn $MAVEN_CLI_OPTS clean compile
test
:
...
...
@@ -65,5 +66,6 @@ deploy:
mv *.deb ../target
~/push_deb_packages.sh ../target
fi
\ No newline at end of file
fi
only
:
-
master
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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