Files
plugin-drone-gitea-release/plugin/plugin_test.go
T
Don 9cfb4b925b Use plugin library
Migrates this plugin to the drone-plugin-lib. Follows the latest boilr template.
2021-06-16 13:51:14 -07:00

15 lines
313 B
Go

// Copyright (c) 2021, 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()
}