Skip to content

Commit

Permalink
Merge pull request #3817 from DataDog/tonycthsu/fix-link
Browse files Browse the repository at this point in the history
Fix symlink from injection artifact
  • Loading branch information
TonyCTHsu authored Aug 1, 2024
2 parents aa165c1 + 78838df commit acd9271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/prepare-oci-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir sources

cp ../lib-injection/host_inject.rb sources
# Kubernetes injection expects a different path
ln -s sources/host_inject.rb sources/auto_inject.rb
ln -rs sources/host_inject.rb sources/auto_inject.rb

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

Expand Down

0 comments on commit acd9271

Please sign in to comment.