added: gitlab-upgrade
This commit is contained in:
5
gitlab-upgrade
Executable file
5
gitlab-upgrade
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
CURRENT_VERSION=$(dpkg -s gitlab-ce | grep Version | sed 's/Version: //')
|
||||||
|
AVAILABE_VERSION=$(apt-cache madison gitlab-ce)
|
||||||
|
|
Reference in New Issue
Block a user