Skip to content

Commit

Permalink
Fixup environment for centos based images so as to load git from SCL
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Apr 16, 2019
1 parent 15131e3 commit 46cdda1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ enum Distro implements DistroBehavior {
]
}

@Override
Map<String, String> getEnvironmentVariables() {
return [
BASH_ENV : '/opt/rh/rh-git29/enable',
ENV : '/opt/rh/rh-git29/enable'
]
}

@Override
List<DistroVersion> getSupportedVersions() {
return [
Expand Down

0 comments on commit 46cdda1

Please sign in to comment.