From 95466fe45f2b28d3a98cc2e918a42926104786e6 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Sat, 26 Oct 2019 07:53:10 +0100 Subject: [PATCH] fix: updatebot PR --- updatebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatebot.sh b/updatebot.sh index 5d6ccb0ac..70117064a 100755 --- a/updatebot.sh +++ b/updatebot.sh @@ -1,4 +1,4 @@ #!/bin/bash -jx step create pr go --name github.com/jenkins-x/go-scm --version ${VERSION} --build "make mod" --repo https://github.com/jenkins-x/jx-tenant-service.git jx step create pr go --name github.com/jenkins-x/go-scm --version ${VERSION} --build "make mod" --repo https://github.com/jenkins-x/lighthouse.git +jx step create pr go --name github.com/jenkins-x/go-scm --version ${VERSION} --build "make mod" --repo https://github.com/cloudbees/jx-tenant-service.git jx step create pr go --name github.com/jenkins-x/go-scm --version ${VERSION} --build "make mod" --repo https://github.com/cloudbees/lighthouse-githubapp.git \ No newline at end of file