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.
2 parents 732dbb5 + 44fa739 commit 5a9a148Copy full SHA for 5a9a148
test/integration/run-test.sh
@@ -63,7 +63,7 @@ if [ -v aadClientSecret ]; then
63
exit $retcode
64
fi
65
66
- if [ "$cloud" == "NO-RUN-AzureChinaCloud" ]; then
+ if [ "$cloud" != "AzureChinaCloud" ]; then
67
# blobfuse mount/unmount on travis VM does not work against AzureChinaCloud
68
echo "mount volume test:"
69
$csc node publish --endpoint $endpoint --cap 1,block --target-path $target_path $volumeid
0 commit comments