Skip to content

Commit 8f68fcc

Browse files
committed
remove quotes
error in GH actions `test/run_tests/run_tests.sh: line 93: export: `': not a valid identifier`
1 parent 9a93c95 commit 8f68fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ do
9090
rm -f "${args[1]}".lock
9191

9292
if [[ "$env" != "" && "$env" != "${args[2]}" ]]; then continue; fi
93-
export "${args[2]}"
93+
export ${args[2]}
9494

9595
if [[ "$ruby" != "" && "$ruby" != "${args[0]}" ]]; then continue; fi
9696
if [[ "${args[0]}" != "$current_ruby" ]]; then

0 commit comments

Comments
 (0)