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
d17d39dc
Commit
d17d39dc
authored
Aug 12, 2021
by
Piotr Gawron
Browse files
gitlab-ci job
parent
83dea760
Pipeline
#45322
passed with stage
in 20 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d17d39dc
...
...
@@ -350,6 +350,18 @@ test:dependency_conflict:
-
cat conflicts.txt
-
test 0 = $conflicts
test:code_validation:
image
:
maven:3.6.0-jdk-8
stage
:
test
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_9.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
mvn clean compile validate
test:mvn_changelog_version_check:
image
:
debian
stage
:
test
...
...
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