summaryrefslogtreecommitdiff
path: root/www/gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab')
-rw-r--r--www/gitlab/Makefile3
-rw-r--r--www/gitlab/Makefile.common2
2 files changed, 4 insertions, 1 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 90879977b63d..d1d6371587c8 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -401,6 +401,9 @@ post-patch:
# Remove symlink a create a file with content
${RM} ${WRKSRC}/GITLAB_WORKHORSE_VERSION
${ECHO} ${PORTVERSION} > ${WRKSRC}/GITLAB_WORKHORSE_VERSION
+ # Correct link for pipeline secret scanning tool
+ ${REINPLACE_CMD} -e 's|/analyzer run|/usr/local/bin/analyzer run|g' \
+ ${WRKSRC}/lib/gitlab/ci/templates/Jobs/*.yml
do-install:
${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index 56f0f3177b5b..1c759292e321 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,5 +1,5 @@
GITLAB_VERSION= 18.5.2
-GITLAB_PORTREVISION= 0
+GITLAB_PORTREVISION= 1
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml