Skip to content

Commit c5b84d2

Browse files
committed
start from local path
1 parent b3582c4 commit c5b84d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildkite/src/Command/RosettaBlockRaceTest.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ in { step =
2828
, buildFlags = BuildFlags.Type.Instrumented
2929
}
3030
)
31-
( "buildkite/scripts/rosetta-block-race-test.sh "
32-
++ "&& buildkite/scripts/upload-partial-coverage-data.sh ${key}"
31+
( "./buildkite/scripts/rosetta-block-race-test.sh "
32+
++ "&& ./buildkite/scripts/upload-partial-coverage-data.sh ${key}"
3333
)
3434
]
3535
, label = "Rosetta: Rosetta Block Race test"

0 commit comments

Comments
 (0)