Skip to content

Commit bd5a8c5

Browse files
committed
fix
1 parent 25dc0d2 commit bd5a8c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/updatecli/updatecli-bump-vm-images.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ conditions:
4141
kind: shell
4242
sourceid: latestVersion
4343
spec:
44-
command: 'grep -v -q -{{ source "latestVersion" }} .buildkite/pipeline.yml #'
44+
command: 'grep -q -v {{ source "latestVersion" }} .buildkite/pipeline.yml #'
4545

4646
targets:
4747
update-buildkite-pipeline:
@@ -50,7 +50,6 @@ targets:
5050
scmid: githubConfig
5151
kind: file
5252
spec:
53-
content: 'golang:{{ source "latestVersion" }}'
5453
file: .buildkite/pipeline.yml
5554
matchpattern: '(IMAGE_.+): "platform-ingest-elastic-agent-(.+)-(.+)"'
5655
replacepattern: '$1: "platform-ingest-elastic-agent-$2-{{ source "latestVersion" }}"'
@@ -61,7 +60,6 @@ targets:
6160
scmid: githubConfig
6261
kind: file
6362
spec:
64-
content: 'golang:{{ source "latestVersion" }}'
6563
file: .buildkite/bk.integration.pipeline.yml
6664
matchpattern: '(IMAGE_.+): "platform-ingest-elastic-agent-(.+)-(.+)"'
6765
replacepattern: '$1: "platform-ingest-elastic-agent-$2-{{ source "latestVersion" }}"'

0 commit comments

Comments
 (0)