Compare commits
1 Commits
developmen
...
feature-tr
Author | SHA1 | Date | |
---|---|---|---|
9aea74595a |
@ -405,6 +405,42 @@ def main(ctx):
|
||||
"temp": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "goreportcard refresh",
|
||||
"clone": {"disable": True},
|
||||
"depends_on": ["nix", "archlinux", "fedora"],
|
||||
"trigger": {
|
||||
"ref": {
|
||||
"exclude": [
|
||||
"refs/pulls/**",
|
||||
"refs/heads/**"
|
||||
],
|
||||
"include": [
|
||||
"refs/tags/**",
|
||||
"refs/heads/development"
|
||||
]
|
||||
}
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "trigger",
|
||||
"image": "docker.io/curlimages/curl:7.83.1",
|
||||
"pull": "if-not-exists",
|
||||
"commands": [
|
||||
"uname -r",
|
||||
"curl --version",
|
||||
"curl \
|
||||
-sS \
|
||||
-X POST \
|
||||
-F \"repo=git.dotya.ml/${DRONE_REPO}\" \
|
||||
https://goreportcard.com/checks \
|
||||
-o /dev/null"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user