Skip to content
Snippets Groups Projects
Commit a7cee774 authored by Aurel Istrate's avatar Aurel Istrate
Browse files

Update .gitlab-ci.yml file

parent 85dd5a1b
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ stages: # List of stages for jobs, and their order of execution
build-rpm: # This job runs in the build stage, which runs first.
stage: build
before_script:
- dnf install rpmdevtools
- dnf install rpmdevtools -y
script:
- export VERSION=$(grep "Version" hbquota/hbquota.spec | awk '{print $2}')
- mkdir -p ~/rpmbuild/SOURCES
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment