Przeglądaj źródła

Fix linkedin bridge building regression

Regression since 1693c4ca1d

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1975
pull/1977/head
Slavi Pantaleev 3 lat temu
rodzic
commit
53ea0ccca5
1 zmienionych plików z 6 dodań i 6 usunięć
  1. +6
    -6
      roles/matrix-bridge-beeper-linkedin/tasks/setup_install.yml

+ 6
- 6
roles/matrix-bridge-beeper-linkedin/tasks/setup_install.yml Wyświetl plik

@@ -50,12 +50,12 @@
- name: Ensure docker-requirements.txt is generated before building Beeper LinkedIn Docker Image
ansible.builtin.command:
cmd: |
{{ matrix_host_command_docker }} run \
--rm \
--entrypoint=/bin/sh \
--mount type=bind,src={{ matrix_beeper_linkedin_docker_src_files_path }},dst=/work \
-w /work \
docker.io/python:3.9.6-buster \
{{ matrix_host_command_docker }} run
--rm
--entrypoint=/bin/sh
--mount type=bind,src={{ matrix_beeper_linkedin_docker_src_files_path }},dst=/work
-w /work
docker.io/python:3.9.6-buster
-c "pip install poetry && poetry export --without-hashes -E e2be -E images -E metrics | sed 's/==.*//g' > docker-requirements.txt"
register: matrix_beeper_linkedin_generate_docker_requirements_result
changed_when: matrix_beeper_linkedin_generate_docker_requirements_result.rc == 0


Ładowanie…
Anuluj
Zapisz