We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcaa04 commit 6d6c400Copy full SHA for 6d6c400
wiremock/plugin/src/helpers.rs
@@ -44,7 +44,7 @@ pub fn setup() -> Result<String, Error> {
44
])?
45
.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"])?
46
.with_exec(vec![
47
- "grep -q wiremock: Procfile || echo -e 'wiremock: wiremock --port $WIREMOCK_PORT \\n' >> Procfile",
+ "grep -q wiremock: Procfile || echo -e 'wiremock: cd ../../ && wiremock --port $WIREMOCK_PORT \\n' >> Procfile",
48
49
.stdout()?;
50
0 commit comments