We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f55a7a0 + 4db9fd9 commit 1269f94Copy full SHA for 1269f94
RELEASE
@@ -1,4 +1,4 @@
1
PACKAGECLOUD_REPO=raspberry-pi2
2
RELEASE_PACKAGE=gitlab-ce
3
-RELEASE_VERSION=16.6.0-ce.0
+RELEASE_VERSION=16.7.7-ce.0
4
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/packages/raspbian/buster/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf.deb/download.deb
assets/wrapper
@@ -24,7 +24,7 @@ function clean_stale_pids() {
24
# - any (s)ocket or regular (f)ile
25
# - by the name of "*.pid" or "socket.?"
26
# - and delete them
27
- find $x \
+ find $x -maxdepth 4 \
28
\( \
29
-type f \
30
-o -type s \
0 commit comments