Skip to content
Snippets Groups Projects
Commit 1cd1f2ce authored by lcappelli's avatar lcappelli
Browse files

Fix previous commit: forgot change filename in CI

parent cb63b78a
No related branches found
No related tags found
1 merge request!19Resolve "Remove dependency from storm2/build project"
Pipeline #75455 passed
......@@ -9,7 +9,7 @@ build-rpm:
image: centos:7
script:
- env | sort
- sh docker/assets/install-build-deps.sh
- sh .devcontainer/library-scripts/provide-CI-deps.sh
- yum install -y rpm-build redhat-rpm-config rpmdevtools
- cd rpm && sh make_packaging.sh ${CI_PROJECT_DIR} && cd ..
- mv ${HOME}/rpmbuild ./rpmbuild
......
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