Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 19, 2024
1 parent 129621c commit 7eac327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aptly
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"public": {
"rootDir": "/opt/build/repo/repository",
"linkMethod": "symlink"
},
}
},
"S3PublishEndpoints": {},
"SwiftPublishEndpoints": {},
Expand Down
2 changes: 1 addition & 1 deletion debs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publish_repository () {
KEY_ID=$(gpg --list-secret-keys --keyid-format LONG "envoy-ci@for.testing.only" | grep 'sec' | awk '{print $2}' | cut -d'/' -f2)
# echo "NOTHING" > "${PUBLIC_DIR}/index.html"
for repo in "${REPOS[@]}"; do
"${APTLY[@]}" publish repo -gpg-key="$KEY_ID" -d "${repo}" -endpoint public "$repo"
"${APTLY[@]}" publish repo -gpg-key="${KEY_ID}" -d "${repo}" -endpoint public "${repo}"
done
}

Expand Down

0 comments on commit 7eac327

Please sign in to comment.