Skip to content

Commit

Permalink
artifact cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 16, 2024
1 parent 49e3aa3 commit 0e50056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ phases:
do
for ver in `aws codeartifact list-package-versions \
--domain=cdlib-uc3-mrt --repository=uc3-mrt-java \
--format=maven --namespace=org.cdlib.mrt \
--format=maven --namespace=org.cdlib.mrt.zk \
--package=$pkg --status=Unlisted \
--output=text | grep Unlisted | cut -f4`
do
aws codeartifact delete-package-versions \
--domain=cdlib-uc3-mrt --repository=uc3-mrt-java \
--format=maven --namespace=org.cdlib.mrt \
--format=maven --namespace=org.cdlib.mrt.zk \
--package=$pkg --versions=$ver --no-cli-pager
done
done
Expand Down

0 comments on commit 0e50056

Please sign in to comment.