Skip to content

Commit

Permalink
fix(gcp-cloud-run): Fixed source directory undefined when generating …
Browse files Browse the repository at this point in the history
…repo info file
  • Loading branch information
TriPSs committed Dec 16, 2023
1 parent 139ac95 commit f7f630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gcp-cloud-run/src/executors/deploy/deploy.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export async function deployExecutor(

execCommand(buildCommand([
'gcloud debug source gen-repo-info-file',
`--source-directory=${sourceRoot}`,
`--source-directory=${sourceRoot || './'}`,
`--output-directory=${distDirectory}`
]))
}
Expand Down

0 comments on commit f7f630c

Please sign in to comment.