cicd: minor adjustments
This commit is contained in:
parent
ee7a87afec
commit
f8da02bb2d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue