Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Oct 22, 2024
1 parent a678dcb commit 6712401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mkdir -p /opt/verible && \

ENV PATH="/opt/verible/bin:$PATH"

COPY verible-wrap.sh /tmp
RUN chmod +x /tmp/verible-wrap.sh
COPY verible-wrapper.sh /tmp
RUN chmod +x /tmp/verible-wrapper.sh

CMD [ "/tmp/verible-wrap.sh" ]
CMD [ "bash", "/tmp/verible-wrapper.sh" ]
File renamed without changes.

0 comments on commit 6712401

Please sign in to comment.