Merge pull request #29 from vulcanize/fix

Fix for Travis issue at https://github.com/vulcanize/mcd_transformers/pull/6
This commit is contained in:
Ian Norden
2019-03-06 11:27:43 -06:00
committed by GitHub
6 changed files with 64 additions and 45 deletions
-2
View File
@@ -45,7 +45,6 @@ var composeCmd = &cobra.Command{
[exporter]
home = "github.com/vulcanize/vulcanizedb"
clone = false
name = "exampleTransformerExporter"
save = false
transformerNames = [
@@ -168,6 +167,5 @@ func prepConfig() {
FileName: viper.GetString("exporter.name"),
Save: viper.GetBool("exporter.save"),
Home: viper.GetString("exporter.home"),
Clone: viper.GetBool("exporter.clone"),
}
}
-1
View File
@@ -46,7 +46,6 @@ var composeAndExecuteCmd = &cobra.Command{
[exporter]
home = "github.com/vulcanize/vulcanizedb"
clone = false
name = "exampleTransformerExporter"
save = false
transformerNames = [