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:
parent
957bad0d45
commit
b2929a9070
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user