Skip to content

Commit

Permalink
fix(SSI): set the right permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 8, 2024
1 parent 93089e0 commit 1c45408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/build-oci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ cp ../lib-injection/sitecustomize.py $BUILD_DIR/
cp auto_inject-python.version $BUILD_DIR/version
cp ../min_compatible_versions.csv $BUILD_DIR/
cp ../lib-injection/telemetry-forwarder.sh $BUILD_DIR/
chmod -R +r $BUILD_DIR
chmod -R o-w $BUILD_DIR
chmod -R g-w $BUILD_DIR

Expand Down

0 comments on commit 1c45408

Please sign in to comment.