From 45b81fa8dc402de5690f677ce88fbfab703c7348 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 12 May 2019 23:47:18 +0200 Subject: [PATCH] Call bash, as this is -x Signed-off-by: Patrick Uiterwijk --- roles/openshift-apps/websites/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/websites/templates/buildconfig.yml b/roles/openshift-apps/websites/templates/buildconfig.yml index c311f5b45c..eb1972e1a3 100644 --- a/roles/openshift-apps/websites/templates/buildconfig.yml +++ b/roles/openshift-apps/websites/templates/buildconfig.yml @@ -24,7 +24,7 @@ spec: python-pyyaml \ python-zanata-client && \ dnf clean all - CMD /etc/websites/build.sh + CMD bash /etc/websites/build.sh strategy: type: Docker output: