Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 12, 2023
1 parent 6cad8b0 commit b506593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ targets:
spec:
file: ./internal/common/defaults.go
matchpattern: '(BeatVersionBase =) "\d+.\d+.\d+-.*-SNAPSHOT"'
replacepattern: '$1 "{{ source "latestVersion" }}-SNAPSHOT"'
replacepattern: '$1 = "{{ source "latestVersion" }}-SNAPSHOT"'

update-stack-version:
name: "Update .stack-version"
Expand Down Expand Up @@ -113,4 +113,4 @@ targets:
spec:
file: .ci/e2eTestingMacosDaily.groovy
matchpattern: '(defaultValue:) .\d+.\d+.\d+-SNAPSHOT.'
replacepattern: '$1 = "{{ source "major-minor-patch" }}-SNAPSHOT"'
replacepattern: '$1 "{{ source "major-minor-patch" }}-SNAPSHOT"'

0 comments on commit b506593

Please sign in to comment.