Commit cfb394c7 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix(ci): Load brew env variables

parent de22dda0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ default:
  image: code.ornl.gov:4567/gshs/common/sites/fact-sheets:latest
  before_script:
    - export HOME=/root
    - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
    - git config --global user.name "${USER}"
    - git config --global user.email "${EMAIL}"
    - git --version