Skip to content
Snippets Groups Projects
Commit 2e6f0153 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

pakcaging stage added to ci

parent 623bb8ae
No related branches found
No related tags found
1 merge request!371Rpm build ci script added
Pipeline #
...@@ -2,6 +2,7 @@ image: node ...@@ -2,6 +2,7 @@ image: node
stages: stages:
- build - build
- packaging
- test - test
test_frontend: test_frontend:
...@@ -31,7 +32,7 @@ build_war: ...@@ -31,7 +32,7 @@ build_war:
build_debian_package: build_debian_package:
image: debian image: debian
stage: build stage: packaging
only: only:
- tags - tags
tags: tags:
...@@ -88,7 +89,7 @@ test_install_debian_package: ...@@ -88,7 +89,7 @@ test_install_debian_package:
build_rpm: build_rpm:
image: centos:7 image: centos:7
stage: build stage: packaging
dependencies: dependencies:
- build_war - build_war
# only: # only:
...@@ -114,3 +115,4 @@ rpmlint: ...@@ -114,3 +115,4 @@ rpmlint:
script: script:
- yum -y install rpmlint - yum -y install rpmlint
- rpmlint rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm - rpmlint rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment