Merge pull request 'Fix a typo.' (#17) from andrea.dellamico/docker-jenkins-integration-test:master into master
Reviewed-on: #17
This commit is contained in:
commit
ab86cac287
|
@ -42,4 +42,4 @@ ln -sf /home/${USER}/workspace $workspace_dir
|
|||
echo "Mount the workspace"
|
||||
su - "$USER" -c "/usr/bin/java -cp .:${workspace_dir}:${workspace_logdir}/ -Dlogback.configurationFile=${workspace_logdir}/logback.xml -jar $workspace_fuse_jar $SHINYPROXY_OIDC_ACCESS_TOKEN $workspace_dir" >/dev/null 2>&1 &
|
||||
|
||||
exit ?$
|
||||
exit $?
|
||||
|
|
Loading…
Reference in New Issue