The bitbucket-pipeline.yml file looks like this:
image: gcc:7.2
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- g++ --version
The whole log is something like this:
+ umask 000
+ hg clone --noupdate url . && hg update -C “hex-code”
applying clone bundle from url
adding changesets
adding manifests
adding file changes
added 1351 changesets with 3531 changes to 1088 files
finished applying clone bundle
searching for changes
no changes found
remote: /bin/sh: ssh: not found
The whole build process is a black box. Can someone shed some light on what's going on and how to fix?