Skip to content

Commit

Permalink
rb -> ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy committed May 28, 2024
1 parent 679d05f commit eaa75d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab/build-oci-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ set -e

mkdir sources

cp -r ../tmp sources
cp -r ../tmp/* sources
sed -i 's#/opt/datadog/apm/library/ruby/#/opt/datadog-packages/datadog-apm-library-ruby/#g' source/lib-injection/host_inject.rb

echo -n "$RUBY_PACKAGE_VERSION" > sources/version

datadog-package create \
--version="$RUBY_PACKAGE_VERSION" \
--package="datadog-apm-library-rb" \
--package="datadog-apm-library-ruby" \
--archive=true \
--archive-path="datadog-apm-library-rb-$RUBY_PACKAGE_VERSION-$ARCH.tar" \
--archive-path="datadog-apm-library-ruby-$RUBY_PACKAGE_VERSION-$ARCH.tar" \
--arch "$ARCH" \
--os "linux" \
./sources

0 comments on commit eaa75d2

Please sign in to comment.