Automate the creation of a .tgz artifact for GCZ Provider
Type of change
-
Bug Fix -
Feature -
Pipeline
Please provide link to gitlab issue or ADR(Architecture Decision Record)
#318 (closed)
Does this introduce a change in the core logic?
- [YES/NO]
What is the new/expected behavior?
As part of the CI/CD Build stage, the GCZ Provider Node.js application will install its dependencies (via npm install
) and then produce a gcz-provider-1.0.0.tgz
artifact (via npm pack
) which may streamline the installation of node dependencies for any users wishing to prepare the GCZ Provider inside an environment (offline/firewalled) that may otherwise have trouble installing dependencies from the Node Package Manager host.
Edited by Levi Remington