From f4cdc5dc148bbb91843390838234c317d44b1a90 Mon Sep 17 00:00:00 2001
From: S M Y <smy.altamash@gmail.com>
Date: Mon, 14 Oct 2019 16:29:15 +0530
Subject: [PATCH] offline installer 32 bit installer build changes

---
 ansible/roles/offline-installer/templates/build.sh.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/offline-installer/templates/build.sh.j2 b/ansible/roles/offline-installer/templates/build.sh.j2
index 9e78dae7e..de2bb4013 100644
--- a/ansible/roles/offline-installer/templates/build.sh.j2
+++ b/ansible/roles/offline-installer/templates/build.sh.j2
@@ -8,7 +8,7 @@ set -eo pipefail
 if [ "{{offline_installer_type}}" == "windows32" ];
 then
 
-	docker run --rm -v ${PWD}:/offline/ i386/node:8.16-stretch bash -x 32-bit-prerequisite.sh
+	docker run --rm -v ${PWD}:/project/ i386/node:8.16-stretch bash -x /project/32-bit-prerequisite.sh
 
 fi
 
-- 
GitLab