Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Set correct env for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 12, 2017
1 parent fbf0b51 commit e3b3e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ after_success:
env:
global:
- BRANCH=${TRAVIS_BRANCH}
- LOCAL_BUILD=${TRAVIS_PULL_REQUEST}
- PULL_REQUEST=${TRAVIS_PULL_REQUEST}
- TAG=${TRAVIS_COMMIT::8}
- VERSION=${TRAVIS_TAG:-latest}
- DOCKER_ORG=enmasseproject
Expand Down

0 comments on commit e3b3e59

Please sign in to comment.