pidgin/nest

Remove duplicate entries in plugin table.

2020-04-17, Elliott Sales de Andrade
cf647fa45213
Remove duplicate entries in plugin table.

Fixes NEST-24.
box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo