Skip to content

Commit

Permalink
fix(publish): syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov committed Nov 14, 2015
1 parent bb9cfe6 commit 9985968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9985968

Please sign in to comment.