i have a simple pipe that simply does echo "". after i build the image it works perfectly on my local system but bitbucket pipeline throws an error : sh: can't open './pipe.sh': No such file or directory
even with .py it is not working .
but it works locally , only bitbucket pipeline throws this error
FYI , i have tried putting script file in root also and more
Hi @oboe_ada
I think the COPY command should be:
COPY pipe.sh /
The ".sh" is missing.
Hope that helps
i have tries that too it didnot work
Try pulling and running the `bash` image locally, and then run the steps in it manually.
locally it works put not in bitbucket pipeline
@oboe_ada hi. There is an example of simple bash pipe Dockerfile.Try this one.Regards, Igor
yaa , i clone the sme repo , but id didnot work
Could you try to test it without self.hosted runner to understand where is the problem?I just run default pipeline and all is ok.
It looks like you're new here. Sign in or register to get started.