mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Fix path
This commit is contained in:
parent
8adf183395
commit
957bad0d45
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user