Job alignment for build and publish
Make job details match for build and publish jobs. Ensure makefile exits at point when subscripts fail. Change-Id: I1d19481fe5f8b594a84807d723fd3a550461291a
This commit is contained in:
@@ -20,11 +20,18 @@
|
||||
pkg:
|
||||
- python-docker
|
||||
- python3-docker
|
||||
- pass
|
||||
- python-requests
|
||||
- python3-requests
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
state: present
|
||||
become: true
|
||||
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
||||
- name: Install docker pip module
|
||||
pip:
|
||||
name: docker
|
||||
executable: pip3
|
||||
- name: Publish images
|
||||
block:
|
||||
- docker_login:
|
||||
|
||||
Reference in New Issue
Block a user