Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 -c user.name='XACC CI Bot' -c user.email 'xacc-dev@eclipse.org' -m "updating sha256 for qcor homebrew formula" - git commit -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 -c user.name='XACC CI Bot' -c user.email 'xacc-dev@eclipse.org' -m "updating sha256 for qcor homebrew formula" - git commit -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 Loading