Skip to content

Commit

Permalink
drone configs (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham authored Sep 18, 2024
1 parent 798ec49 commit 4bc7530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ local deploy_to_dev() = {
destination_branch: 'master',
pull_request_branch_prefix: 'cd-tempo-dev',
pull_request_enabled: true,
pull_request_team_reviewers: [
'tempo',
],
pull_request_existing_strategy: "ignore",
repo_name: 'deployment_tools',
update_jsonnet_attribute_configs: [
{
Expand Down
6 changes: 2 additions & 4 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@ steps:
"destination_branch": "master",
"pull_request_branch_prefix": "cd-tempo-dev",
"pull_request_enabled": true,
"pull_request_team_reviewers": [
"tempo"
],
"pull_request_existing_strategy": "ignore",
"repo_name": "deployment_tools",
"update_jsonnet_attribute_configs": [
{
Expand Down Expand Up @@ -585,6 +583,6 @@ kind: secret
name: gpg_passphrase
---
kind: signature
hmac: 86621a37e6586a03a0c16ee7bc0a5a9d70db753663cac5f811978b1fdfcf3ab6
hmac: fa32f6c72b1b62254ed9b8568d3b9cb202d82f5ac03e96a1b5548b0e3cf11139

...

0 comments on commit 4bc7530

Please sign in to comment.