mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
add --quiet to GAR delete cmd
This commit is contained in:
parent
e954031d3e
commit
754d2fc21e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gar-cleanup.yml
vendored
2
.github/workflows/gar-cleanup.yml
vendored
|
@ -40,6 +40,6 @@ jobs:
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gcloud artifacts versions delete $version --package=$package $flags
|
gcloud artifacts versions delete $version --package=$package $flags --quiet
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue