This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import json | |
import sys | |
whitelist = { | |
'github.com/buildkite-plugins/docker-buildkite-plugin', | |
'github.com/buildkite-plugins/docker-compose-buildkite-plugin', | |
'github.com/buildkite-plugins/ecr-buildkite-plugin', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.ArgumentNullExceptionValue cannot be null. | |
Parameter name: type | |
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) | |
at System.Activator.CreateInstance(Type type, Object[] args) | |
at Refit.RestService.For(HttpClient client) in y:\code\paulcbetts\refit\Refit\RestService.cs: line 24 |