Skip to content

Commit 419f97f

Browse files
committed
Remove debug
1 parent be41d1d commit 419f97f

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

ansible/roles/builder/tasks/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
# Use `-e "force_push_image=true"` in the command line to force image push
4343
push_image: '{{ is_prod_and_tag and (no_images_found or (force_image_push is defined and force_image_push)) }}'
4444

45-
- name: debug
46-
debug:
47-
msg: 'build_image: {{ build_image }}, push_image: {{ push_image }}, no_images_found: {{ no_images_found }}, is_prod_and_tag: {{ is_prod_and_tag }}'
48-
4945
- name: create build folder
5046
become: true
5147
when: build_image

ansible/roles/dock-images/tasks/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
- "ruby:2.3"
2121
- "python:2.7"
2222
- "php:7.0-apache"
23-
- "{{ registry_host }}/runnable/node-starter"
24-
- "{{ registry_host }}/runnable/rails-starter"
25-
- "{{ registry_host }}/runnable/django-starter"
26-
- "{{ registry_host }}/runnable/laravel-starter"
27-
- "{{ registry_host }}/runnable/mysql:5.6"
28-
- "{{ registry_host }}/runnable/postgres:9.4"
29-
- "{{ registry_host }}/runnable/mongo:3.2"
30-
- "{{ registry_host }}/runnable/redis:3.2"
23+
- "runnable/node-starter"
24+
- "runnable/rails-starter"
25+
- "runnable/django-starter"
26+
- "runnable/laravel-starter"
27+
- "runnable/mysql:5.6"
28+
- "runnable/postgres:9.4"
29+
- "runnable/mongo:3.2"
30+
- "runnable/redis:3.2"
3131

3232
- name: stopping docker
3333
become: true

0 commit comments

Comments
 (0)