Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed TOUCH_PROTOS in all DroneCI pipelines #1494

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -79,6 +81,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki-canary/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -97,6 +101,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/promtail/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -115,6 +121,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/loki
Expand All @@ -131,6 +139,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki-canary/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/loki-canary
Expand All @@ -147,6 +157,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/promtail/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/promtail
Expand Down Expand Up @@ -315,6 +327,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -333,6 +347,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki-canary/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -351,6 +367,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/promtail/Dockerfile
build_args:
- TOUCH_PROTOS=1
dry_run: true
password:
from_secret: docker_password
Expand All @@ -369,6 +387,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/loki
Expand All @@ -385,6 +405,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/loki-canary/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/loki-canary
Expand All @@ -401,6 +423,8 @@ steps:
image: plugins/docker
settings:
dockerfile: cmd/promtail/Dockerfile
build_args:
- TOUCH_PROTOS=1
password:
from_secret: docker_password
repo: grafana/promtail
Expand Down