Skip to content

Commit

Permalink
Update the relevant path format for charm files in integration tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 authored Nov 20, 2024
1 parent ddbff7b commit a579ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/plan-integration/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plan-integration/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/plan-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function run(): Promise<void> {
const name = manifest.name as string
let argName: string =
build.type === 'charm' ? 'charm-file' : `${name}-resource`
args.push(`--${argName}=${file}`)
args.push(`--${argName}=./${file}`)
}
} else if (build.type === 'rock' || build.type == 'docker-image') {
// @ts-ignore
Expand Down

0 comments on commit a579ce1

Please sign in to comment.