Use the drone plugin lib

This commit is contained in:
Don
2020-06-16 22:30:09 -07:00
parent 33539b842a
commit 7b56372dd0
27 changed files with 783 additions and 932 deletions
+14
View File
@@ -0,0 +1,14 @@
// Copyright (c) 2020, the Drone Plugins project authors.
// Please see the AUTHORS file for details. All rights reserved.
// Use of this source code is governed by an Apache 2.0 license that can be
// found in the LICENSE file.
package plugin
import (
"testing"
)
func TestPlugin(t *testing.T) {
t.Skip()
}