]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Fixing gitlab/python-test-template.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 08:52:52 +0000 (09:52 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 08:52:52 +0000 (09:52 +0100)
gitlab/python-test-template.yaml

index 538aca1477298173736f34f99fa75f54c656979a..a6eac960404be0f7cc31d8fd53adfa47811c9d08 100644 (file)
@@ -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