Skip to content

Commit

Permalink
Merge pull request #732 from pabelanger/temp/pause-container-image
Browse files Browse the repository at this point in the history
  • Loading branch information
ansible-zuul[bot] authored Dec 4, 2020
2 parents c3cbcdf + c048706 commit 98a8c7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/container-image/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@

- name: Show local container images
command: "{{ container_command }} image ls"

# If buildset_registry is defined, that means a parent job is running it;
# only if it is not defined does it mean that we are running it. If we
# are running it, pause the job so that child jobs will automatically
# use it.
- hosts: localhost
roles:
- pause-buildset-registry

0 comments on commit 98a8c7f

Please sign in to comment.