Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How come I run into an issue with the buildah task on the OpenShift pipeline? #2

Open
SarahMPinheiro opened this issue May 8, 2024 · 0 comments

Comments

@SarahMPinheiro
Copy link

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;

  • '[' false = true ']'
  • '[' false = true ']'
  • '[' false = true ']'
  • CHECKOUT_DIR=/workspace/output/
  • '[' true = true ']'
  • cleandir
  • '[' -d /workspace/output/ ']'
  • rm -rf /workspace/output//service /workspace/output//tests
    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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant