]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Adding Github output sections into gitlab/python-test-template.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:58:08 +0000 (13:58 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:58:08 +0000 (13:58 +0100)
gitlab/python-test-template.yaml

index a6eac960404be0f7cc31d8fd53adfa47811c9d08..58d445e7cc1ee8a1cc947bf60f46ae625118dc60 100644 (file)
   tags:
     - docker
   script:
-    - pip install --upgrade --upgrade-strategy eager pytest
+    - |
+      echo -e "\e[0Ksection_start:$( date +%s ):install_pytest[collapsed=true]\r\e[0KInstalling pytest ..."
+      pip install --upgrade --upgrade-strategy eager pytest
+      echo -e "\e[0Ksection_end:$( date +%s ):install_pytest\r\e[0K"
     - pip list --format columns
-    - 'echo; echo "Content of variable \"\$UHU\": \"${UHU}\"."; echo'
     - pytest --verbose
 
 # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list