Skip to content

Commit

Permalink
updatecli: avoid appending the sourceid
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 23, 2024
1 parent 8e86691 commit 0e28353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/updatecli/updatecli.d/update-gherkin-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
4 changes: 2 additions & 2 deletions .ci/updatecli/updatecli.d/update-json-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 0e28353

Please sign in to comment.