Skip to content

Commit 6d6c400

Browse files
committed
fix(wiremock): change workdir
1 parent cfcaa04 commit 6d6c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock/plugin/src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub fn setup() -> Result<String, Error> {
4444
])?
4545
.with_exec(vec!["[ -f ../../mappings/github.com-ghes-2.21-stubs.json ] || pkgx wget -O ../../mappings/github.com-ghes-2.21-stubs.json https://raw.githubusercontent.com/tsirysndr/daggerverse/main/wiremock/mappings/github.com-ghes-2.21-stubs.json"])?
4646
.with_exec(vec![
47-
"grep -q wiremock: Procfile || echo -e 'wiremock: wiremock --port $WIREMOCK_PORT \\n' >> Procfile",
47+
"grep -q wiremock: Procfile || echo -e 'wiremock: cd ../../ && wiremock --port $WIREMOCK_PORT \\n' >> Procfile",
4848
])?
4949
.stdout()?;
5050

0 commit comments

Comments
 (0)