Skip to content

Commit 4f69e32

Browse files
committed
BUG-050: Remove unneccesary braces around variable.
1 parent b2651f2 commit 4f69e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/hook_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
- name: Push the Docker image.
5959
command: docker push {{ output_image_name }}
60-
when: "{{ container_push }}"
60+
when: container_push
6161

6262
- name: Destroy the container.
6363
command: vagrant destroy --force

0 commit comments

Comments
 (0)