mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Fix quoting
This commit is contained in:
parent
e5420b1e8a
commit
8adf183395
@ -334,8 +334,8 @@ steps:
|
||||
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}
|
||||
&& cd $GOPATH/src/${config.whitesource.projectName} && dep ensure
|
||||
&& ln -s \$(pwd) \$GOPATH/${config.whitesource.projectName}
|
||||
&& cd \$GOPATH/src/${config.whitesource.projectName} && dep ensure
|
||||
sbt:
|
||||
buildDescriptorFile: './build.sbt'
|
||||
dockerImage: 'hseeberger/scala-sbt:8u181_2.12.8_1.2.8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user