bitbucket pipelines runner no such file or directory

panjiwiramanik September 27, 2022

Hi, I have this pipeline code

 

pipelines:
branches:
develop:
- step:
runs-on:
- self.hosted
- linux
deployment: staging
script:
- cd /var/www/html/dev/project

and it gives me this error
cannot access /var/www/html/dev/project: No such file or directory

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 28, 2022

G'day!

Welcome to the Bitbucket Cloud community.

The error message you have specified will usually display when the path that has been entered is incorrect, rather than anything related to permissions for that particular path.

So that you can troubleshoot why the path is not able to be found and verify that the directory you are trying to navigate to actually exists, I would suggest adding the following command to the build step to list only the directory names:

ls -d */

Once you have done so, check to see that the directory is correct - if it is - you may need to add a . character to your syntax to change directory depending on where the current working directory is:

cd ./var/www/html/dev/project

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events