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

rpmlint issue is ignored now

parent 854e524d
No related branches found
No related tags found
1 merge request!957rpmlint issue is ignored now
Pipeline #14815 passed
...@@ -25,3 +25,6 @@ debian/src/ ...@@ -25,3 +25,6 @@ debian/src/
debian/minerva* debian/minerva*
debian/src/*.sql debian/src/*.sql
/bin/ /bin/
#rpm build files
rpm/rpmbuildtemp/
...@@ -444,7 +444,7 @@ rpmlint: ...@@ -444,7 +444,7 @@ rpmlint:
- tags - tags
script: script:
- yum -y install rpmlint - yum -y install rpmlint
- rpmlint rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm - rpmlint -f rpm/rpmlint.config rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm
test_deploy_with_db_without_superadmin_rights: test_deploy_with_db_without_superadmin_rights:
image: tomcat:8-jre8 image: tomcat:8-jre8
......
addFilter("E: dir-or-file-in-opt")
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