diff --git a/ansible/ci-build-builder.yml b/ansible/ci-build-builder.yml index d91284aaee..5c720039f5 100644 --- a/ansible/ci-build-builder.yml +++ b/ansible/ci-build-builder.yml @@ -1,5 +1,5 @@ --- -- name: Build and push collector image +- name: Build and push collector-builder image hosts: "{{ build_hosts | default('all') }}" environment: diff --git a/ansible/ci-build-collector.yml b/ansible/ci-build-collector.yml index 960eb4d8f2..34b9d64e5f 100644 --- a/ansible/ci-build-collector.yml +++ b/ansible/ci-build-collector.yml @@ -27,11 +27,6 @@ recursive: true when: arch == "s390x" - - name: Run the builder image - community.general.make: - chdir: "{{ ansible_env.GITHUB_WORKSPACE | default(collector_root) }}" - target: start-builder - - name: Build the collector image community.general.make: chdir: "{{ ansible_env.GITHUB_WORKSPACE | default(collector_root) }}"