Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas PERNOUD
Vestibule
Commits
1301e0a4
Commit
1301e0a4
authored
Jul 16, 2020
by
Nicolas Pernoud
Browse files
fix: git clone strategy for better sonaqube compatibility
parent
7b5b88d5
Pipeline
#6425
passed with stages
in 2 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1301e0a4
...
...
@@ -14,6 +14,8 @@ variables:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
SONAR_URL
:
https://sonarqube.forge.grandlyon.com
GIT_STRATEGY
:
clone
GIT_DEPTH
:
0
stages
:
-
sonar-analysis
...
...
main.go
View file @
1301e0a4
...
...
@@ -93,6 +93,6 @@ func main() {
}
go
http
.
ListenAndServe
(
":"
+
strconv
.
Itoa
(
*
httpPort
),
certManager
.
HTTPHandler
(
nil
))
server
.
ListenAndServeTLS
(
""
,
""
)
log
.
Logger
.
Fatal
(
server
.
ListenAndServeTLS
(
""
,
""
)
)
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment