Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

[IMP] Set automatically the enviroment variable TRAVIS_PULL_REQUEST and TRAVIS_PULL_REQUEST_BRANCH #97

Closed JesusZapata closed 2 years ago

JesusZapata commented 7 years ago

When run travisfile2dockerfile git@github.com:Vauxoo/runbot-addons.git pull/93 and before to run the 10-build.sh and 20-run.sh

We run the entrypoint /entrypoint.sh always show all check in green because the enviroment variable TRAVIS_PULL_REQUEST and TRAVIS_PULL_REQUEST_BRANCH is not set

@moylop260 What do you think about this issue?

moylop260 commented 7 years ago

Note: We will need to consider this case for GITLAB too