fix(publish): syntax fix

This commit is contained in:
Yegor Jbanov 2015-11-13 18:31:40 -08:00
parent bb9cfe6f36
commit 9985968d89
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function publishRepo {
)
}
if [ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]; then
if [[ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]]; then
publishRepo "js" "${JS_BUILD_ARTIFACTS_DIR}"
publishRepo "dart" "${DART_BUILD_ARTIFACTS_DIR}"
echo "Finished publishing build artifacts"