Skip to content

Commit

Permalink
📝 (.github/workflows/package.yml): add command to list repodata direc…
Browse files Browse the repository at this point in the history
…tory before signing the artifact
  • Loading branch information
jandroav committed Oct 3, 2024
1 parent 6af3fe6 commit 939712f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
/opt/createrepo -dp $PWD/yum/noarch
ls -ltr $PWD/yum/noarch
./.github/sign_artifact.sh $PWD/yum/noarch/repodata/repomd.xml
ls -ltr $PWD/yum/noarch/repodata
#aws s3 sync $PWD/yum s3://repo.liquibase.com/yum
- name: Ensure s3 bucket public access is enabled
Expand Down

0 comments on commit 939712f

Please sign in to comment.