We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ab33e commit c8ed3f2Copy full SHA for c8ed3f2
localinstall/3-install_pipeline.sh
@@ -49,7 +49,7 @@ sed -i "s|- '/data/kernelci-deploy-checkout/kernelci-pipeline/data/ssh/|- '$PIPE
49
sed -i "s|- '/data/kernelci-deploy-checkout/kernelci-pipeline/data/output/|- '$PIPELINE_PWD/data/output/|g" config/pipeline.yaml
50
51
# set 777 to data/output and data/ssh (TODO: or set proper uid, kernelci is 1000?)
52
-chmod -R 777 data
+chmod -R 777 data/output
53
chmod 777 data/ssh
54
cp ../../ssh.key data/ssh/id_rsa_tarball
55
chown 1000:1000 data/ssh/id_rsa_tarball
0 commit comments