We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9cfe6 commit 9985968Copy full SHA for 9985968
scripts/ci/publish-build-artifacts.sh
@@ -53,7 +53,7 @@ function publishRepo {
53
)
54
}
55
56
-if [ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]; then
+if [[ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]]; then
57
publishRepo "js" "${JS_BUILD_ARTIFACTS_DIR}"
58
publishRepo "dart" "${DART_BUILD_ARTIFACTS_DIR}"
59
echo "Finished publishing build artifacts"
0 commit comments