Skip to content

Commit

Permalink
Add relative flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Aug 1, 2024
1 parent aa165c1 commit 78838df
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 78838df

Please sign in to comment.