Skip to content

Commit

Permalink
Update to .sh extension inline with google style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Nov 3, 2023
1 parent 0727054 commit ebfb67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apt-get update
FROM base AS x64-version

# add build tools including Google test and mock
COPY scripts/install_build_tools.bash /install_build_tools.bash
RUN ./install_build_tools.bash
COPY scripts/install_build_tools.sh /install_build_tools.sh
RUN ./install_build_tools.sh


FROM base AS cross-compile-version
Expand Down
File renamed without changes.

0 comments on commit ebfb67b

Please sign in to comment.