Skip to content

Commit 9fc635e

Browse files
committed
fix executing cp cmd failed on macos
1 parent 9025969 commit 9fc635e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/continue-config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ commands:
8989
9090
declare -i status0=0
9191
declare -i status1=0
92+
93+
mkdir test-results
94+
mkdir test-testlogs
9295
9396
pushd src
9497
bazel query <<parameters.targets>>; if [ $? -eq 0 ]; then

0 commit comments

Comments
 (0)