You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/ci: simplify and improve clearing of all cache entries
actions/gh-actions-cache is now deprecated in favor of the new
built-in `gh cache` command, which luckily includes flags to select
a repository, delete all of its cache entries, and succeed if there
is nothing to delete at all.
Tested manually on a repository of mine that this works as intended.
Now that the script is much simpler, we don't need `set -x` either.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I09d6044d69584bf4590cf51a407e87fdbc3264df
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211352
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments