We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4130cd commit ae6809cCopy full SHA for ae6809c
ci/build_artifacts.sh
@@ -54,7 +54,7 @@ if [[ $os =~ "msys_nt" ]] && [[ $arch == "x86_64" ]]; then
54
fi
55
56
# Use "rbe_" config for Linux x86/Windows and "ci_" for other platforms
57
-bazelrc_config="$os_$arch"
+bazelrc_config="${os}_${arch}"
58
if ( [[ "$os" == "linux" ]] && [[ "$arch" == "x86_64" ]] ) || [[ "$os" == "windows" ]]; then
59
bazelrc_config="rbe_$bazelrc_config"
60
else
0 commit comments