cicd: add whoami

This commit is contained in:
light7734 2024-10-14 21:24:20 +03:30
parent 889c5c993f
commit ec773298fd
Signed by: light7734
GPG key ID: 37FDF7099B2AB7A7

View file

@ -50,6 +50,7 @@ steps:
commands: commands:
- . /opt/venv/bin/activate - . /opt/venv/bin/activate
- whoami
- uname -a - uname -a
- pip --version - pip --version
- python3 --version - python3 --version