From c21e4d7075db1f88e82e3129d6ca20b1e9bf77c9 Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Tue, 13 Aug 2024 12:48:03 +0200 Subject: [PATCH] eching env vars --- .github/scripts/delete-old-cloudsmith-artifacts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/delete-old-cloudsmith-artifacts.sh b/.github/scripts/delete-old-cloudsmith-artifacts.sh index b6708956f24a..9d04befeb347 100755 --- a/.github/scripts/delete-old-cloudsmith-artifacts.sh +++ b/.github/scripts/delete-old-cloudsmith-artifacts.sh @@ -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 \