mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 03:18:52 -06:00
update ci
This commit is contained in:
26
.drone.star
26
.drone.star
@@ -393,14 +393,24 @@ def goLicenseCheck(ctx):
|
||||
makeNodeGenerate("") +
|
||||
makeGoGenerate("") +
|
||||
build() +
|
||||
[{
|
||||
"name": "check-go-license",
|
||||
"image": OC_CI_GOLANG,
|
||||
"commands": [
|
||||
"make check-go-licenses",
|
||||
],
|
||||
"volumes": [stepVolumeGo],
|
||||
}],
|
||||
[
|
||||
{
|
||||
"name": "check-go-license",
|
||||
"image": OC_CI_GOLANG,
|
||||
"commands": [
|
||||
"make check-go-licenses",
|
||||
],
|
||||
"volumes": [stepVolumeGo],
|
||||
},
|
||||
{
|
||||
"name": "save-go-licenses",
|
||||
"image": OC_CI_GOLANG,
|
||||
"commands": [
|
||||
"make save-go-licenses",
|
||||
],
|
||||
"volumes": [stepVolumeGo],
|
||||
},
|
||||
],
|
||||
"trigger": {
|
||||
"ref": [
|
||||
"refs/heads/master",
|
||||
|
||||
Reference in New Issue
Block a user