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
1 changed files with 1 additions and 0 deletions

View File

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