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 abb4c6f commit 8e86691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/updatecli/updatecli.d/update-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ targets:
agent-json-schema:
name: APM agent json server schema {{ source "sha" }}
scmid: default
sourceid: sha
disablesourceinput: true
kind: shell
spec:
command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/json-schema.tgz && git --no-pager diff # required to ignore the sourceid being appended'
command: 'tar -xzf {{ requiredEnv "GITHUB_WORKSPACE" }}/json-schema.tgz && git --no-pager diff'
workdir: "{{ .apm_agent.server_schema_specs_path }}"

0 comments on commit 8e86691

Please sign in to comment.