Sha256: acb3e1b43efed2e102cbaf63bc57c92bfa338191f3909082ead68ef3cee2a97e

Contents?: true

Size: 398 Bytes

Versions: 13

Compression:

Stored size: 398 Bytes

Contents

---
vars:
  repo: /some/repo # define the repo location
  directory: /some/directory/path # define the directory you want to clone to
macros:
  myfirstmacro:
    gitclone:
      function: MyClass.new(@arg_bucket).run # instantiates MyClass with @arg_bucket (contains vars from config) and calls .run
      mode: plugin
      plugin: gitclone # causes the gitclone.rb file in /tmp/apidragonplugins/

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
apidragon-1.6.1 plugin_examples/apidragonconf.yaml
apidragon-1.6.0 plugin_examples/apidragonconf.yaml
apidragon-1.5.4 plugin_examples/apidragonconf.yaml
apidragon-1.5.3 plugin_examples/apidragonconf.yaml
apidragon-1.5.2 plugin_examples/apidragonconf.yaml
apidragon-1.5.1 plugin_examples/apidragonconf.yaml
apidragon-1.5.0 plugin_examples/apidragonconf.yaml
apidragon-1.4.6 plugin_examples/apidragonconf.yaml
apidragon-1.4.5 plugin_examples/apidragonconf.yaml
apidragon-1.4.4 plugin_examples/apidragonconf.yaml
apidragon-1.4.3 plugin_examples/apidragonconf.yaml
apidragon-1.4.1 plugin_examples/apidragonconf.yaml
apidragon-1.4.0 plugin_examples/apidragonconf.yaml