From de044590f2fb71460f9bf9f3d1f5415eb4865d46 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 5 Jul 2024 16:18:13 +0200 Subject: [PATCH] test --- .ci/updatecli/values.d/scm.yml | 4 ++++ .ci/updatecli/values.d/update-compose.yml | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.ci/updatecli/values.d/scm.yml b/.ci/updatecli/values.d/scm.yml index 08fd5e668..52b269d31 100644 --- a/.ci/updatecli/values.d/scm.yml +++ b/.ci/updatecli/values.d/scm.yml @@ -3,5 +3,9 @@ scm: owner: elastic repository: apm-agent-go branch: main + # begin update-compose policy values + user: obltmachine + email: obltmachine@users.noreply.github.com + # end update-compose policy values signedcommit: true \ No newline at end of file diff --git a/.ci/updatecli/values.d/update-compose.yml b/.ci/updatecli/values.d/update-compose.yml index 37c85a1de..4aa324383 100644 --- a/.ci/updatecli/values.d/update-compose.yml +++ b/.ci/updatecli/values.d/update-compose.yml @@ -1,8 +1,3 @@ spec: files: - "update-compose.yaml" - -# this policy requires further values to be set -scm: - user: obltmachine - email: obltmachine@users.noreply.github.com