Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
minerva
core
Commits
9fb73ea9
Commit
9fb73ea9
authored
Aug 09, 2019
by
Piotr Gawron
Browse files
Merge branch 'devel_13.1.x' into test-process-fix
parents
25406152
1bfe9370
Pipeline
#12581
passed with stage
in 11 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9fb73ea9
...
...
@@ -32,7 +32,7 @@ test:frontend:
stage
:
test
coverage
:
'
/(\d+.\d+)
\%
covered/'
.test_backend_commons_template
:
.test_backend_commons_template
:
script
:
&test_backend_commons_definition
#xvfb is for X11 connection used by some parts of the java code: https://stackoverflow.com/a/47575851/1127920
-
apt-get update
...
...
@@ -325,7 +325,7 @@ build_debian_package:
-
debian/create-debian-pkg.sh
test_upgrade_debian_package
:
image
:
debian
image
:
debian
:stretch
stage
:
test
only
:
-
tags
...
...
@@ -362,7 +362,7 @@ test_upgrade_debian_package:
#local repository with new version
-
apt-add-repository "deb http://debian-repo/ unstable main"
-
apt-get update
-
apt-get update
--allow-unauthenticated
-
apt-get dist-upgrade -y --allow-unauthenticated
-
mv /usr/sbin/policy-rc.d.backup /usr/sbin/policy-rc.d
-
service tomcat8 start
...
...
@@ -376,7 +376,7 @@ test_upgrade_debian_package:
-
test 1 = $(cat configuration.json| grep $version | wc -l)
test_install_debian_package
:
image
:
debian
image
:
debian
:stretch
stage
:
test
only
:
-
tags
...
...
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