armory / dinghy

Pipelines as code for Spinnaker
Apache License 2.0
31 stars 12 forks source link

feat(localmodules): Support local modules #91

Closed Jossuecito closed 4 years ago

Jossuecito commented 4 years ago

Support for local modules in dinghy, in order for this feature to work a dinghylocalmodule attribute should be added to globals like this example:

  "globals": {
    "dinghylocalmodule" : true
  },