We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1b387 commit d4ba104Copy full SHA for d4ba104
1 file changed
itest/run-service-broker-tests
@@ -27,8 +27,9 @@ it_can_push_the_service_broker_app() {
27
space: $space,
28
app_name: $app_name,
29
path: $path,
30
- buildpacks:
31
- - https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52
+ buildpacks: [
+ "https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52"
32
+ ]
33
}')
34
# Pin to nodejs-buildpack#v1.7.52 for node v10.x
35
0 commit comments