Skip to content

Commit

Permalink
GC old nightly releases after a new build (pass #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciabrin committed May 20, 2023
1 parent f1fc2cb commit 2b49e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/gc-nightly-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ trap cleanup EXIT

# ----------------- options parsing -----------------

GITHUB_TOKEN=${GH_TOKEN:-}
if [ -z "${GITHUB_TOKEN:-}" ]; then
GITHUB_TOKEN=${GH_TOKEN:-}
fi
DRYRUN=

while true; do
Expand Down

0 comments on commit 2b49e73

Please sign in to comment.