Skip to content

Commit ae6809c

Browse files
committed
fix syntax issue
1 parent c4130cd commit ae6809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [[ $os =~ "msys_nt" ]] && [[ $arch == "x86_64" ]]; then
5454
fi
5555

5656
# Use "rbe_" config for Linux x86/Windows and "ci_" for other platforms
57-
bazelrc_config="$os_$arch"
57+
bazelrc_config="${os}_${arch}"
5858
if ( [[ "$os" == "linux" ]] && [[ "$arch" == "x86_64" ]] ) || [[ "$os" == "windows" ]]; then
5959
bazelrc_config="rbe_$bazelrc_config"
6060
else

0 commit comments

Comments
 (0)