X Tutup
Skip to content

Commit 9985968

Browse files
committed
fix(publish): syntax fix
1 parent bb9cfe6 commit 9985968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/publish-build-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function publishRepo {
5353
)
5454
}
5555

56-
if [ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]; then
56+
if [[ "$TRAVIS_REPO_SLUG" = "angular/angular" && "$MODE" == "build_only" ]]; then
5757
publishRepo "js" "${JS_BUILD_ARTIFACTS_DIR}"
5858
publishRepo "dart" "${DART_BUILD_ARTIFACTS_DIR}"
5959
echo "Finished publishing build artifacts"

0 commit comments

Comments
 (0)
X Tutup