-
Notifications
You must be signed in to change notification settings - Fork 155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you @KajdeMunter
Hi, in a repo on Bitbucket I had no issue until 950b21e included. Full diff 950b21e...4983e44 tells this is the only PR involving Bitbucket.
The
And this is the Dockerfile for the base image: https://github.com/Slamdunk/docker-php/blob/master/7.3.Dockerfile Any guess on what could be happening? |
@Slamdunk What is the value of your |
This is (part of)
|
Hmm.. Weird, I'm pretty sure |
It seems the Pipeline is using this short version; these are the first lines of the Build step:
What can we do about this? |
Where did you run your |
Inside the pipeline |
Could it be some weird bitbucket bug? https://jira.atlassian.com/browse/BCLOUD-19393 |
This does look to be the cause. If the env doesn't give us what we need you will need to manually provide it with the |
I've moved this issue to here #241 Going to close this thread, since this PR is not the cause of the issue. |
Purpose
Fixes #223
I also added the
BITBUCKET_COMMIT
environment variable.Tests and Risks?
Tests were already in place but added
BITBUCKET_COMMIT
variable.