Skip to content

Commit

Permalink
Set permissions on all VTS image copied files
Browse files Browse the repository at this point in the history
  • Loading branch information
camearle20 committed Mar 9, 2024
1 parent 1f6d601 commit 96a83c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions trajectory_native/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ vts:
COPY --chmod=001 build_casadi.sh .
RUN ./build_casadi.sh

COPY trajoptlib-CMakeLists.txt .
COPY --chmod=755 trajoptlib-CMakeLists.txt .
COPY --chmod=001 build_trajoptlib.sh .
RUN ./build_trajoptlib.sh

WORKDIR vts
COPY src src
COPY proto proto
COPY CMakeLists.txt CMakeLists.txt
COPY --chmod=755 src src
COPY --chmod=755 proto proto
COPY --chmod=755 CMakeLists.txt CMakeLists.txt
COPY --chmod=001 build_vts.sh build_vts.sh
RUN ./build_vts.sh

Expand Down

0 comments on commit 96a83c0

Please sign in to comment.