We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2aff3 + 6a4ffc1 commit 6c80e83Copy full SHA for 6c80e83
hack/reset.sh
@@ -166,7 +166,7 @@ action() {
166
fi
167
if [ -n "${GITLAB:-}" ]; then
168
echo '# GitLab'
169
- for REPO in $(glab repo list -g "$GITLAB__GROUP" --output json | yq '.[].path_with_namespace' | grep -v -E "deleted-[0-9]*$"); do
+ for REPO in $(glab repo list -g "$GITLAB__GROUP" --output json | yq '.[].path_with_namespace' | grep -v -E "deletion_scheduled-[0-9]*$"); do
170
glab repo delete --yes "$REPO"
171
echo "✓ Deleted repository $REPO"
172
done 2>/dev/null
0 commit comments