Skip to content

Commit c8ed3f2

Browse files
committed
Fix: fix volume container permissions
Signed-off-by: Simone Tollardo <[email protected]>
1 parent 73ab33e commit c8ed3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localinstall/3-install_pipeline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sed -i "s|- '/data/kernelci-deploy-checkout/kernelci-pipeline/data/ssh/|- '$PIPE
4949
sed -i "s|- '/data/kernelci-deploy-checkout/kernelci-pipeline/data/output/|- '$PIPELINE_PWD/data/output/|g" config/pipeline.yaml
5050

5151
# set 777 to data/output and data/ssh (TODO: or set proper uid, kernelci is 1000?)
52-
chmod -R 777 data
52+
chmod -R 777 data/output
5353
chmod 777 data/ssh
5454
cp ../../ssh.key data/ssh/id_rsa_tarball
5555
chown 1000:1000 data/ssh/id_rsa_tarball

0 commit comments

Comments
 (0)