Skip to content

Commit

Permalink
Update to 16.6.1 & merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Dec 1, 2023
1 parent e57d067 commit 8646c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
include:
- RELEASE_PACKAGE: gitlab-ce
RELEASE_VERSION: 16.6.0-ce.0
PUSH_TAGS: 16.6.0-ce.0,16.6.0-ce,16.6-ce,16-ce,ce,latest
RELEASE_VERSION: 16.6.1-ce.0
PUSH_TAGS: 16.6.1-ce.0,16.6.1-ce,16.6-ce,16-ce,ce,latest
- RELEASE_PACKAGE: gitlab-ee
RELEASE_VERSION: 16.6.0-ee.0
PUSH_TAGS: 16.6.0-ee.0,16.6.0-ee,16.6-ee,16-ee,ee
RELEASE_VERSION: 16.6.1-ee.0
PUSH_TAGS: 16.6.1-ee.0,16.6.1-ee,16.6-ee,16-ee,ee

steps:
- uses: actions/checkout@v3
Expand Down
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 8646c1a

Please sign in to comment.