added: gitlab-upgrade
This commit is contained in:
parent
68cad4652d
commit
3b7c1d24da
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user