Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

refactor: download bazelisk to /usr/local/bin/bazel #1507

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 18, 2022

  1. refactor: download bazelisk to /usr/local/bin/bazel

    The original implementation of this links `bazelisk` to `/user/local/bin/bazelisk`, but that means a user would have to type `bazelisk` to have it install bazel. The more natural way for a user to interact in a `bazel` project is just to run `bazel`. If `bazelisk` is linked to the `bazel` path it will automatically fetch `bazel` for the end user and not have to worry about different commands.
    Aghassi authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    3057b13 View commit details
    Browse the repository at this point in the history