Merge pull request #4440 from concourse/fix-topgun-manifest-path

topgun: fix manifest path
This commit is contained in:
Jamie Klassen 2019-09-16 17:05:55 -04:00 committed by GitHub
commit 920bfdc6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ func StartDeploy(manifest string, args ...string) *gexec.Session {
return SpawnBosh(
append([]string{
"deploy", manifest,
"deploy", "../" + manifest,
"--vars-store", filepath.Join(tmp, deploymentName+"-vars.yml"),
"-v", "deployment_name='" + deploymentName + "'",
"-v", "concourse_release_version='" + concourseReleaseVersion + "'",