fix(publish): syntax fix
This commit is contained in:
parent
bb9cfe6f36
commit
9985968d89
@ -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 "js" "${JS_BUILD_ARTIFACTS_DIR}"
|
||||||
publishRepo "dart" "${DART_BUILD_ARTIFACTS_DIR}"
|
publishRepo "dart" "${DART_BUILD_ARTIFACTS_DIR}"
|
||||||
echo "Finished publishing build artifacts"
|
echo "Finished publishing build artifacts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user