File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
4646targets :
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" }}"'
You can’t perform that action at this time.
0 commit comments