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 b3582c4 commit c5b84d2Copy full SHA for c5b84d2
buildkite/src/Command/RosettaBlockRaceTest.dhall
@@ -28,8 +28,8 @@ in { step =
28
, buildFlags = BuildFlags.Type.Instrumented
29
}
30
)
31
- ( "buildkite/scripts/rosetta-block-race-test.sh "
32
- ++ "&& buildkite/scripts/upload-partial-coverage-data.sh ${key}"
+ ( "./buildkite/scripts/rosetta-block-race-test.sh "
+ ++ "&& ./buildkite/scripts/upload-partial-coverage-data.sh ${key}"
33
34
]
35
, label = "Rosetta: Rosetta Block Race test"
0 commit comments