We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58195be commit e774c8cCopy full SHA for e774c8c
run.sh
@@ -6,10 +6,6 @@ if [ "${1:0:1}" != '-' ]; then
6
exec "$@"
7
fi
8
9
-whoami | true
10
-pwd
11
-ls -la
12
-
13
# Create extensions directories to enable usage after volume mounting
14
mkdir -p ${SONARQUBE_HOME}/extensions/plugins ${SONARQUBE_HOME}/extensions/jdbc-driver
15
0 commit comments