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
@oboe_ada hi. There is an example of simple bash pipe Dockerfile.
Try this one.
Regards, Igor
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try pulling and running the `bash` image locally, and then run the steps in it manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.