cicd: minor adjustments

This commit is contained in:
light7734 2024-10-14 14:34:38 +03:30
parent ee7a87afec
commit f8da02bb2d
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ services:
path: /var/run/
steps:
- name: setup_image
- name: setup_environment
image: docker:latest
volumes:
- name: dockersock
@ -35,7 +35,7 @@ steps:
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
- docker images
- name: echo_info
- name: log_info
image: ubuntu_amd64:latest
pull: if-not-exists
volumes:
@ -43,6 +43,7 @@ steps:
path: /opt/venv/
commands:
- . /opt/venv/bin/activate
- uname -a
- pip --version
- python3 --version
- conan --version