1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Fix path 2

This commit is contained in:
Sven Merk 2019-03-26 17:26:09 +01:00
parent 957bad0d45
commit b2929a9070

View File

@ -333,7 +333,7 @@ steps:
- 'opensourceConfiguration'
additionalInstallCommand: >-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
&& mkdir -p \$GOPATH/src/${config.whitesource.projectName}
&& mkdir -p \$GOPATH/src/${config.whitesource.projectName.substring(0, config.whitesource.projectName.lastIndexOf('/'))}
&& ln -s \$(pwd) \$GOPATH/src/${config.whitesource.projectName}
&& cd \$GOPATH/src/${config.whitesource.projectName} && dep ensure
sbt: