Skip to content
Snippets Groups Projects
Commit 52781a02 authored by Jonas Leder's avatar Jonas Leder
Browse files

add build for rpm package

parent 44a00f67
No related branches found
Tags 1.12
No related merge requests found
Pipeline #8702 failed
...@@ -13,6 +13,13 @@ build-deb-packages: ...@@ -13,6 +13,13 @@ build-deb-packages:
artifacts: artifacts:
paths: paths:
- fess.deb - fess.deb
build-rpm-packages:
image: okteto/maven:3
stage: build-package
script:
- mvn antrun:run
- mvn package
- mvn rpm:rpm
build-docker: build-docker:
# Use the official docker image. # Use the official docker image.
......
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