Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
(misc) do not publish src rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jan 29, 2018
1 parent fda9001 commit e22c1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- run: |
for d in 6 7
do
for i in $(find /tmp/workspace -name \*.el${d}.\*.rpm)
for i in $(find /tmp/workspace -name \*.el${d}.\*.rpm | grep -v src.rpm)
do
package_cloud push choria/${REPO}/el/${d} ${i}
done
Expand Down

0 comments on commit e22c1a2

Please sign in to comment.