Skip to content

Commit

Permalink
copy host_inject to auto_inject
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Jul 12, 2024
1 parent a4edee5 commit ec6de72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/prepare-oci-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ mkdir sources
cp ../lib-injection/host_inject.rb sources
sed -i "s#/opt/datadog/apm/library/ruby/#/opt/datadog-packages/datadog-apm-library-ruby/$RUBY_PACKAGE_VERSION/#g" sources/host_inject.rb

# Kubernetes injection expects a different path
cp sources/host_inject.rb source/auto_inject.rb

cp -r ../tmp/${ARCH}/* sources

cp ../tmp/version.txt sources/version

0 comments on commit ec6de72

Please sign in to comment.