fix: correct issue where common plugin was ignored for go builds

It was previously ignored because there was nothing to build, and it was simply linked to.
This commit is contained in:
Jose Diaz-Gonzalez
2019-11-27 17:02:07 -05:00
parent 4d9e8f5f7d
commit e3f0160e5f

View File

@@ -35,7 +35,6 @@ RUN PLUGIN_MAKE_TARGET=${PLUGIN_MAKE_TARGET} \
IS_RELEASE=${IS_RELEASE} \
SKIP_GO_CLEAN=true \
make version copyfiles \
&& rm -rf plugins/common/*.go plugins/common/glide* plugins/common/vendor/ \
&& make deb-dokku deb-sigil \
rpm-dokku rpm-sigil