You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am currently working on this project and my pipeline was running successfully until I added the buildah task. Once I added the buildah task and reran the pipeline I started having issues with my git-clone task. This is the error I had received on OpenShift pipeline;
Hello! I am currently working on this project and my pipeline was running successfully until I added the buildah task. Once I added the buildah task and reran the pipeline I started having issues with my git-clone task. This is the error I had received on OpenShift pipeline;
rm: cannot remove '/workspace/output//service/common/pycache/status.cpython-39.pyc': Permission denied
rm: cannot remove '/workspace/output//service/common/pycache/log_handlers.cpython-39.pyc': Permission denied
rm: cannot remove '/workspace/output//service/pycache/init.cpython-39.pyc': Permission denied
rm: cannot remove '/workspace/output//service/pycache/routes.cpython-39.pyc': Permission denied
rm: cannot remove '/workspace/output//tests/pycache/test_routes.cpython-39.pyc': Permission denied
How do I resolve this problem?
The text was updated successfully, but these errors were encountered: