From e79b275cc930c74f5fcc4377e10518f5594e7cb8 Mon Sep 17 00:00:00 2001 From: S M Y <smy.altamash@gmail.com> Date: Mon, 14 Oct 2019 16:45:49 +0530 Subject: [PATCH] Offline installer for 32 bit pre 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 de2bb4013..77724ab63 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}:/project/ i386/node:8.16-stretch bash -x /project/32-bit-prerequisite.sh + docker run --rm -v ${PWD}:/private/ i386/node:8.16-stretch bash -x /private/32-bit-prerequisite.sh fi -- GitLab