Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
78097d88
Commit
78097d88
authored
Aug 26, 2020
by
Piotr Gawron
Browse files
version check test for maven-changelog
parent
8cb372b1
Pipeline
#31615
failed with stage
in 20 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
78097d88
...
...
@@ -338,6 +338,15 @@ test:dependency_conflict:
-
cat conflicts.txt
-
test 0 = $conflicts
test:mvn_changelog_version_check:
image
:
debian
stage
:
test
script
:
-
mvn_version=`cat pom.xml |grep "<version>" |head -1 |cut -f2 -d'>' | cut -f1 -d'<'`
-
changelog_version=`cat CHANGELOG |grep minerva |head -1 | cut -f2 -d'(' | cut -f1 -d')'`
-
test $mvn_version = $changelog_version
build_debian_package
:
image
:
debian
stage
:
packaging
...
...
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