From 0e283532a7490b7d1367bba434cb3cf9668b46db Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 23 Jan 2024 09:43:12 +0100 Subject: [PATCH] updatecli: avoid appending the sourceid see https://www.updatecli.io/docs/plugins/resource/shell/\#_shell_condition --- .ci/updatecli/updatecli.d/update-gherkin-specs.yml | 4 ++-- .ci/updatecli/updatecli.d/update-json-specs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/updatecli/updatecli.d/update-gherkin-specs.yml b/.ci/updatecli/updatecli.d/update-gherkin-specs.yml index dd5be98263..4515026c32 100644 --- a/.ci/updatecli/updatecli.d/update-gherkin-specs.yml +++ b/.ci/updatecli/updatecli.d/update-gherkin-specs.yml @@ -75,8 +75,8 @@ targets: agent-gherkin-specs: name: APM agent gherkin specs {{ source "sha" }} scmid: default - sourceid: sha + disablesourceinput: true kind: shell spec: - command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/gherkin-specs.tgz && git --no-pager diff # required to ignore the sourceid being appended' + command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/gherkin-specs.tgz && git --no-pager diff' workdir: "{{ .apm_agent.gherkin_specs_path }}" diff --git a/.ci/updatecli/updatecli.d/update-json-specs.yml b/.ci/updatecli/updatecli.d/update-json-specs.yml index 148241d907..0856990f96 100644 --- a/.ci/updatecli/updatecli.d/update-json-specs.yml +++ b/.ci/updatecli/updatecli.d/update-json-specs.yml @@ -75,8 +75,8 @@ targets: agent-json-specs: name: APM agent json specs {{ source "sha" }} scmid: default - sourceid: sha + disablesourceinput: true kind: shell spec: - command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/json-specs.tgz && git --no-pager diff # required to ignore the sourceid being appended' + command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/json-specs.tgz && git --no-pager diff' workdir: "{{ .apm_agent.json_specs_path }}"