Revert "Fix incorrect value for PIPELINES_FROM_SIO for offline case"

This reverts commit 951d3cbeb617ed5b677fb84ac21d19df6e0484a3.

Related-Prod: PROD-32736

Change-Id: I35f224e071973aabee1f293bd54d05eb1a683c32
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index debf0d9..d8bfe3a 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -335,7 +335,7 @@
                         smc['MCP_SALT_REPO_URL'] = "http://${localRepoIP}"
                     }
                     smc['MCP_SALT_REPO_KEY'] = "http://${localRepoIP}/public.gpg"
-                    smc['PIPELINES_FROM_ISO'] = 'true'
+                    smc['PIPELINES_FROM_ISO'] = 'false'
                     smc['PIPELINE_REPO_URL'] = "http://${localRepoIP}:8088"
                     smc['LOCAL_REPOS'] = 'true'
                 }