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