From b832d80070c74a05a311d438b73aabc263e8d5c7 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 29 Sep 2021 15:30:33 +0200 Subject: [PATCH] Clean-up useless variables --- commit-tests/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/commit-tests/Dockerfile b/commit-tests/Dockerfile index b2d2cf8..6833adb 100644 --- a/commit-tests/Dockerfile +++ b/commit-tests/Dockerfile @@ -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