2024-02-18 14:42:28

This commit is contained in:
Kai Kimera 2024-02-18 17:42:28 +03:00
parent 28519ebabf
commit 48ba847c74
Signed by untrusted user: KaiKimera
GPG Key ID: 2C3384BCFF16E5D4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e #!/usr/bin/env -S bash -e
# #
# Creating repository on GitLab. # Creating repository on GitLab.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e #!/usr/bin/env -S bash -e
# #
# Deleting repository on GitLab. # Deleting repository on GitLab.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e #!/usr/bin/env -S bash -e
# #
# Transferring repository on GitLab. # Transferring repository on GitLab.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e #!/usr/bin/env -S bash -e
# #
# Updating repository on GitLab. # Updating repository on GitLab.
# #