Skip to content

Commit

Permalink
Don't run the builder during image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Sep 11, 2024
1 parent 39a0b7c commit c519303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion ansible/ci-build-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Build and push collector image
- name: Build and push collector-builder image
hosts: "{{ build_hosts | default('all') }}"

environment:
Expand Down
5 changes: 0 additions & 5 deletions ansible/ci-build-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"
Expand Down

0 comments on commit c519303

Please sign in to comment.