Skip to content

Commit

Permalink
eching env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 13, 2024
1 parent 6315b7a commit c21e4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/delete-old-cloudsmith-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ done
echo "Deleting the following RPMs:"
cat $RPMS_TO_DELETE

echo $CLOUDSMITH_API_CREDS

if [[ -n $SCREWDRIVER ]] && [[ -z $SD_PULL_REQUEST ]]; then
for RPMID in $(cat $RPMS_TO_DELETE); do
curl -sLf -u "$CLOUDSMITH_API_CREDS" -X DELETE \
Expand Down

0 comments on commit c21e4d7

Please sign in to comment.