We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e8b3a commit 1051c59Copy full SHA for 1051c59
.ci/updatecli/bump-logstash-version.yml
@@ -58,6 +58,8 @@ targets:
58
name: Update logstash-core dependency in lockfile
59
kind: file
60
disablesourceinput: true
61
+ conditionsids:
62
+ - lockfile_exists
63
spec:
64
file: Gemfile.jruby-3.1.lock.release
65
matchpattern: 'logstash-core \(= [0-9]+\.[0-9]+\.[0-9]+'
@@ -67,6 +69,8 @@ targets:
67
69
name: Update logstash-core spec in lockfile
68
70
71
72
73
74
75
76
matchpattern: 'logstash-core \([0-9]+\.[0-9]+\.[0-9]+-java\)'
0 commit comments