Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 20, 2024
1 parent 38976be commit 78ec2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for a_library in "${array[@]}"; do
--rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):${workspace_name}" \
-v "$(pwd)/apis:${workspace_name}/apis" \
-v "$(pwd)/../apis:${workspace_name}/apis" \
local:latest \
--library-names="${library_names}" \
--api-definitions-path="${workspace_name}/apis" > "$(pwd)/logs/${count}.log" 2>&1 &
Expand Down

0 comments on commit 78ec2fb

Please sign in to comment.