Skip to content

Commit

Permalink
Only change the registry when running in the CI (#1917)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 24, 2023
1 parent eae6953 commit ee3308d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/manager-part-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- name: Set docker registries
ansible.builtin.command:
cmd: /opt/configuration/scripts/set-docker-registry.sh
when: is_zuul | bool
changed_when: true

- name: Set docker namespace for kolla (when working with stable tags)
Expand Down

0 comments on commit ee3308d

Please sign in to comment.