ci: refresh in parallel
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
01a0ed12c4
commit
496ddc191a
@ -261,6 +261,7 @@ def main(ctx):
|
|||||||
"name": "goreportcard refresh",
|
"name": "goreportcard refresh",
|
||||||
"image": "docker.io/curlimages/curl:7.83.1",
|
"image": "docker.io/curlimages/curl:7.83.1",
|
||||||
"pull": "if-not-exists",
|
"pull": "if-not-exists",
|
||||||
|
"depends_on": ["golangci-lint"],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": {
|
"ref": {
|
||||||
"include": [
|
"include": [
|
||||||
@ -287,6 +288,7 @@ def main(ctx):
|
|||||||
"name": "godocs refresh",
|
"name": "godocs refresh",
|
||||||
"image": "docker.io/curlimages/curl:7.83.1",
|
"image": "docker.io/curlimages/curl:7.83.1",
|
||||||
"pull": "if-not-exists",
|
"pull": "if-not-exists",
|
||||||
|
"depends_on": ["golangci-lint"],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": {
|
"ref": {
|
||||||
"include": [
|
"include": [
|
||||||
|
Loading…
Reference in New Issue
Block a user