Skip to content

Commit f74a838

Browse files
committed
Nope, that didn't work.
Going back to the original approach where the repo is archived in a .zip and that artifact goes on to the next stage in the pipeline.
1 parent 98beb5e commit f74a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

+1-1
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/rpmbuild/RPMS/*
25+
- /tmp/repo.zip
2626
discard-paths: yes

0 commit comments

Comments
 (0)