Skip to content

Commit

Permalink
16.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jubilee2 committed May 24, 2024
1 parent f55a7a0 commit 4db9fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGECLOUD_REPO=raspberry-pi2
RELEASE_PACKAGE=gitlab-ce
RELEASE_VERSION=16.6.0-ce.0
RELEASE_VERSION=16.7.7-ce.0
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/packages/raspbian/buster/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf.deb/download.deb
2 changes: 1 addition & 1 deletion assets/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function clean_stale_pids() {
# - any (s)ocket or regular (f)ile
# - by the name of "*.pid" or "socket.?"
# - and delete them
find $x \
find $x -maxdepth 4 \
\( \
-type f \
-o -type s \
Expand Down

0 comments on commit 4db9fd9

Please sign in to comment.