Skip to content
Snippets Groups Projects
Commit 335c5caf authored by Andrea Ceccanti's avatar Andrea Ceccanti
Browse files

Do not archive the whole build dir

parent 5413fbc0
No related branches found
No related tags found
1 merge request!17Refactored openresty-voms docker image
Pipeline #41575 failed
...@@ -16,7 +16,6 @@ build-rpm: ...@@ -16,7 +16,6 @@ build-rpm:
- mv ${HOME}/rpmbuild ./rpmbuild - mv ${HOME}/rpmbuild ./rpmbuild
artifacts: artifacts:
paths: paths:
- rpmbuild.tar.gz
- rpmbuild/SRPMS/ - rpmbuild/SRPMS/
- rpmbuild/RPMS/noarch/ - rpmbuild/RPMS/noarch/
- rpmbuild/RPMS/x86_64/ - rpmbuild/RPMS/x86_64/
...@@ -60,4 +59,3 @@ push-to-dockerhub: ...@@ -60,4 +59,3 @@ push-to-dockerhub:
- cd ngx-voms-packaging && push-docker-image.sh - cd ngx-voms-packaging && push-docker-image.sh
only: only:
- master - master
...@@ -28,4 +28,4 @@ rpmbuild -ba openresty-voms.spec ...@@ -28,4 +28,4 @@ rpmbuild -ba openresty-voms.spec
cd ~ cd ~
tar cvzf rpmbuild.tar.gz rpmbuild # tar cvzf rpmbuild.tar.gz 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