I have a custom image with postgres installed. I create a new local container and start postgresql. Work fine! Now, I added to my .shippable.yml file my custom-image with postgres and same command to start postgresql. Shippable create a new build and now I have next error: `Error: Invalid version specified with $PGCLUSTER`  I don't know why shippable set $PGCLUSTER variable to custom images.