Skip to content

Commit 6c80e83

Browse files
Merge pull request #1189 from Roming22/fix/reset
fix: update reset.sh
2 parents 1b2aff3 + 6a4ffc1 commit 6c80e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ action() {
166166
fi
167167
if [ -n "${GITLAB:-}" ]; then
168168
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
169+
for REPO in $(glab repo list -g "$GITLAB__GROUP" --output json | yq '.[].path_with_namespace' | grep -v -E "deletion_scheduled-[0-9]*$"); do
170170
glab repo delete --yes "$REPO"
171171
echo "✓ Deleted repository $REPO"
172172
done 2>/dev/null

0 commit comments

Comments
 (0)