From 4ddfcbbd1bb8a93fbd1f0c0ee555eb46eab41896 Mon Sep 17 00:00:00 2001 From: S M Y <smy.altamash@gmail.com> Date: Thu, 22 Aug 2019 12:17:11 +0530 Subject: [PATCH] Remove failure condition --- .../offline-installer/templates/setupOfflineInstaller.sh.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2 b/ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2 index 2210ed38e..c489c4020 100644 --- a/ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2 +++ b/ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2 @@ -5,7 +5,6 @@ npm install -g n n 8.16 #Build the offline installer -exit 1 cd src npm install npm run dist -- GitLab