Skip to content

Commit

Permalink
Regenerate drone file
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Jun 6, 2023
1 parent 6f84d0c commit 0eddf36
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-drone-drift
- commands:
- make BUILD_IN_CONTAINER=false check-generated-files
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-generated-files
- commands:
- cd ..
Expand All @@ -110,7 +110,7 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: clone-target-branch
when:
event:
Expand All @@ -121,15 +121,15 @@ steps:
- clone-target-branch
- check-generated-files
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: test
- commands:
- cd ../loki-target-branch
- BUILD_IN_CONTAINER=false make test
depends_on:
- clone-target-branch
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: test-target-branch
when:
event:
Expand All @@ -142,7 +142,7 @@ steps:
- test
- test-target-branch
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: compare-coverage
when:
event:
Expand All @@ -160,7 +160,7 @@ steps:
TOKEN:
from_secret: github_token
USER: grafanabot
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: report-coverage
when:
event:
Expand All @@ -170,15 +170,15 @@ steps:
depends_on:
- check-generated-files
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: lint
- commands:
- make BUILD_IN_CONTAINER=false check-mod
depends_on:
- test
- lint
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-mod
- commands:
- apk add make bash && make lint-scripts
Expand All @@ -189,21 +189,21 @@ steps:
depends_on:
- check-generated-files
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: loki
- commands:
- make BUILD_IN_CONTAINER=false check-doc
depends_on:
- loki
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-doc
- commands:
- make BUILD_IN_CONTAINER=false check-format GIT_TARGET_BRANCH="$DRONE_TARGET_BRANCH"
depends_on:
- loki
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-format
when:
event:
Expand All @@ -213,14 +213,14 @@ steps:
depends_on:
- loki
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: validate-example-configs
- commands:
- make BUILD_IN_CONTAINER=false check-example-config-doc
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: check-example-config-doc
- commands:
- mkdir -p /hugo/content/docs/loki/latest
Expand Down Expand Up @@ -253,7 +253,7 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: loki-mixin-check
when:
event:
Expand All @@ -278,7 +278,7 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: documentation-helm-reference-check
trigger:
ref:
Expand Down Expand Up @@ -1439,15 +1439,15 @@ steps:
NFPM_SIGNING_KEY:
from_secret: gpg_private_key
NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: write-key
- commands:
- make BUILD_IN_CONTAINER=false packages
environment:
NFPM_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: test packaging
- commands:
- ./tools/packaging/verify-deb-install.sh
Expand All @@ -1473,7 +1473,7 @@ steps:
NFPM_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: publish
when:
event:
Expand Down Expand Up @@ -1507,7 +1507,7 @@ steps:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
image: grafana/loki-build-image:0.28.3
image: grafana/loki-build-image:0.28.4
name: build and push
privileged: true
volumes:
Expand Down Expand Up @@ -1772,6 +1772,6 @@ kind: secret
name: gpg_private_key
---
kind: signature
hmac: 81437a4d7383dd556801f441c1510191471ae0349da15361a0b661bdc44bb8cd
hmac: 5bde1f9d0433ad40da89581e7c5f6b8b4be700514140cc69046be10512ffb96d

...

0 comments on commit 0eddf36

Please sign in to comment.