mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix continuous integration
This commit is contained in:
parent
bb50cc843e
commit
8e88493fb8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ COPY thirdparty/libwebsockets /tmp/libwebsockets
|
|||
RUN mkdir -p /tmp/libwebsockets/build && cd /tmp/libwebsockets/build && cmake .. && make install
|
||||
|
||||
# Cleanup intermediate files from builds
|
||||
RUN rm -rf /tmp
|
||||
RUN rm -rf /tmp/*
|
||||
|
||||
WORKDIR /villas
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue