Refactor: Remove unnecessary [group] annotations from management scripts

This commit is contained in:
sHa
2025-09-27 11:50:57 +03:00
parent d3fec4b85a
commit fff020439d
7 changed files with 3 additions and 39 deletions

View File

@@ -1,7 +1,6 @@
# Container registry authentication and management
# Login to container registry
[group('registry')]
login:
#!/usr/bin/env bash
set -euo pipefail
@@ -21,7 +20,6 @@ login:
echo -e "{{GREEN}}✓ Successfully logged into $registry{{NORMAL}}"
# Logout from container registry
[group('registry')]
logout:
#!/usr/bin/env bash
set -euo pipefail
@@ -35,7 +33,6 @@ logout:
echo -e "{{GREEN}}✓ Successfully logged out from $registry{{NORMAL}}"
# Check registry authentication status
[group('registry')]
check:
#!/usr/bin/env bash
set -euo pipefail