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

rpm should be build only for tagged versions

parent 2e6f0153
No related branches found
No related tags found
1 merge request!371Rpm build ci script added
...@@ -15,8 +15,8 @@ test_frontend: ...@@ -15,8 +15,8 @@ test_frontend:
build_war: build_war:
image: debian image: debian
stage: build stage: build
# only: only:
# - tags - tags
tags: tags:
- privileged - privileged
artifacts: artifacts:
...@@ -92,8 +92,8 @@ build_rpm: ...@@ -92,8 +92,8 @@ build_rpm:
stage: packaging stage: packaging
dependencies: dependencies:
- build_war - build_war
# only: only:
# - tags - tags
tags: tags:
- privileged - privileged
artifacts: artifacts:
...@@ -110,8 +110,8 @@ rpmlint: ...@@ -110,8 +110,8 @@ rpmlint:
- build_rpm - build_rpm
tags: tags:
- privileged - privileged
# only: only:
# - tags - tags
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