Skip to content

Commit

Permalink
Fix: add re2 fix to configreader script (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner authored Jun 7, 2024
1 parent 99578b4 commit 582efb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otelcollector/scripts/setup-configreader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Installing tomlrb, deep_merge and re2 gems..."
gem install colorize
gem install tomlrb
gem install deep_merge
gem install re2
gem install re2 -v 2.11.0

# Setup hourly cron for logrotate
cp /etc/cron.daily/logrotate /etc/cron.hourly/
2 changes: 1 addition & 1 deletion otelcollector/test/testkube/testkube-test-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:
namespace: testkube
labels:
executor: ginkgo-executor
test-type: ginkgo-test/ginkgo-e2e
test-type: ginkgo-test
spec:
type: ginkgo/test
content:
Expand Down

0 comments on commit 582efb1

Please sign in to comment.