1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00
This commit is contained in:
Sven Merk 2019-03-26 17:22:51 +01:00
parent 8adf183395
commit 957bad0d45

View File

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