Commit 23b0f857 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

adding ci bot name and email to gitlab ci config

parent 66cba154
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ docker build_master:
  - export src_sha=$(sha256sum qcor.tar.gz | cut -d " " -f 1)
  - sed -i "0,/sha256 \".*\"/s//sha256 \"$src_sha\" /" Formula/qcor.rb
  - git add Formula/qcor.rb
  - git commit -m "updating sha256 for qcor homebrew formula"
  - git commit -c user.name='XACC CI Bot' -c user.email 'xacc-dev@eclipse.org' -m "updating sha256 for qcor homebrew formula"
  - git config remote.aideqchbdeploy.url >&- || git remote add -t master aideqchbdeploy https://amccaskey:$AIDEQC_ACCESS_TOKEN@github.com/aide-qc/homebrew-deploy
  - git push -f aideqchbdeploy HEAD:master
  - git remote remove aideqchbdeploy