From 3dd3d1134df2bd69a508ff359e674f69f8e56855 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sun, 25 Feb 2018 14:14:57 +0100 Subject: [PATCH] ls in dist --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a056b1b9..0a24249a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ push_to_github: - pyenv shell $PYENV_PYTHON_VERSION - ls -l /opt/qt/ - ls -l /opt/qt/5.9 + - ls -l /opt/qt/5.9/dist - ls -l /opt/qt/5.9/5.9 - export PATH=/opt/qt/5.9/5.9/gcc_64/bin:$PATH -- GitLab