Skip to content

Commit

Permalink
Clean-up useless variables
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Sep 29, 2021
1 parent aaac08f commit b832d80
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions commit-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,5 @@ FROM ghcr.io/edgetx/edgetx-dev

ENV ASAN_OPTIONS=detect_leaks=0

#
# Set the variables manually as Github Actions are overloading the entrypoint
#
ENV LD_LIBRARY_PATH=/opt/qt${QT_BASE}/lib/x86_64-linux-gnu:/opt/qt${QT_BASE}/lib
ENV PATH=/opt/qt${QT_BASE}/bin:${PATH}
ENV PKG_CONFIG_PATH=/opt/qt${QT_BASE}/lib/pkgconfig

WORKDIR /src
CMD /src/tools/commit-tests.sh

0 comments on commit b832d80

Please sign in to comment.