From: Frank Brehm Date: Tue, 23 Jun 2020 15:55:14 +0000 (+0200) Subject: Minor changes to .gitlab-ci.yml X-Git-Tag: 2.1.2^2~9^2~24 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=36c96b60d3930ad062ee08ae8315223fa4189e5c;p=pixelpark%2Fcreate-vmware-tpl.git Minor changes to .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a0333b..df1c085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,10 @@ variables: before_script: - if [ ! -d venv ] ; then virtualenv --python=python3.6 venv; else true; fi - source venv/bin/activate - - pip install --upgrade pip + - pip install --upgrade --upgrade-strategy eager pip + - pip install --upgrade --upgrade-strategy eager setuptools wheel six - pip install --upgrade --upgrade-strategy eager --requirement requirements.txt + - pip list --format columns - if [ -x bin/compile-xlate-msgs.sh ] ; then bin/compile-xlate-msgs.sh; fi tags: - deploy