Fix ansible playbooks after docker directory was removed here

In I30a61aebcadef5536e74edd35e1c75ef77a2da9f, we moved the Dockerfiles
from here to docker-playground.git, but failed to adjust the ansible
playbook that wants to rebuild those containers during setting up of
a build slave.

Change-Id: Ife64fdaf24107b0b31b8a6d4c78a1df420662ca0
Related: OS#4345
Closes: OS#4377
This commit is contained in:
Harald Welte 2020-01-26 14:02:07 +01:00
parent 8eb4fdb591
commit 84cbb6fa13
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
- name: rebuild osmocom docker images for jenkins build tests
become: yes
become_user: "{{ jenkins_user }}"
shell: ./rebuild_osmocom_jenkins_image.sh
shell: ./scripts/osmo-ci-docker-rebuild.sh
args:
chdir: "/home/{{ jenkins_user }}/osmo-ci/docker"
chdir: "/home/{{ jenkins_user }}/osmo-ci"