Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into test/add-json-test-…
Browse files Browse the repository at this point in the history
…with-number
  • Loading branch information
splitice committed Jun 13, 2022
2 parents d8588d4 + 116d61e commit 71aa552
Show file tree
Hide file tree
Showing 431 changed files with 44,389 additions and 5,651 deletions.
7 changes: 5 additions & 2 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local condition(verb) = {
[verb]:
[
'refs/heads/main',
'refs/heads/k??',
'refs/heads/k???',
'refs/tags/v*',
],
},
Expand Down Expand Up @@ -359,7 +359,7 @@ local manifest(apps) = pipeline('manifest') {
dockerfile: 'loki-build-image/Dockerfile',
username: { from_secret: docker_username_secret.name },
password: { from_secret: docker_password_secret.name },
tags: ['0.20.4'],
tags: ['0.21.0'],
dry_run: false,
},
},
Expand Down Expand Up @@ -413,6 +413,9 @@ local manifest(apps) = pipeline('manifest') {
image: 'grafana/jsonnet-build:c8b75df',
depends_on: ['clone'],
},
make('loki-mixin-check', container=false) {
depends_on: ['clone'],
},
],
},
] + [
Expand Down
Loading

0 comments on commit 71aa552

Please sign in to comment.