Skip to content

Commit 98beb5e

Browse files
committed
Change buildspec artifacts to %_topdir/RPMS/*
In theory, this will allow us to publish the repo in a bucket without needing an extra step.
1 parent 2ce19e3 commit 98beb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ phases:
2222
- echo Build completed on `date`
2323
artifacts:
2424
files:
25-
- /tmp/repo.zip
25+
- /tmp/rpmbuild/RPMS/*
2626
discard-paths: yes

0 commit comments

Comments
 (0)