From: Frank Brehm Date: Thu, 29 Dec 2022 08:52:52 +0000 (+0100) Subject: Fixing gitlab/python-test-template.yaml X-Git-Tag: v1.0~36 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2f216dfee83b87ebf39b27ac7c44f84395fd5d3d;p=pixelpark%2Fpython-packaging.git Fixing gitlab/python-test-template.yaml --- diff --git a/gitlab/python-test-template.yaml b/gitlab/python-test-template.yaml index 538aca1..a6eac96 100644 --- a/gitlab/python-test-template.yaml +++ b/gitlab/python-test-template.yaml @@ -15,7 +15,7 @@ script: - pip install --upgrade --upgrade-strategy eager pytest - pip list --format columns - - echo; echo "Content of variable '\$UHU': '${UHU}'."; echo + - 'echo; echo "Content of variable \"\$UHU\": \"${UHU}\"."; echo' - pytest --verbose # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list