Loading .gitlab-ci.yml +9 −9 Original line number Diff line number Diff line Loading @@ -15,15 +15,15 @@ docker build_master: - git config remote.aideqcqcor.url >&- || git remote add -t master aideqcqcor https://amccaskey:$AIDEQC_ACCESS_TOKEN@github.com/aide-qc/qcor - git push -f aideqcqcor HEAD:master - git remote remove aideqcqcor - git clone https://github.com/aide-qc/homebrew-deploy && cd homebrew-deploy - wget https://github.com/ornl-qci/qcor/tarball/master && mv master qcor.tar.gz - 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 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 # - git clone https://github.com/aide-qc/homebrew-deploy && cd homebrew-deploy # - wget https://github.com/ornl-qci/qcor/tarball/master && mv master qcor.tar.gz # - 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 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 docker run_docker_deploy: stage: deploy Loading Loading
.gitlab-ci.yml +9 −9 Original line number Diff line number Diff line Loading @@ -15,15 +15,15 @@ docker build_master: - git config remote.aideqcqcor.url >&- || git remote add -t master aideqcqcor https://amccaskey:$AIDEQC_ACCESS_TOKEN@github.com/aide-qc/qcor - git push -f aideqcqcor HEAD:master - git remote remove aideqcqcor - git clone https://github.com/aide-qc/homebrew-deploy && cd homebrew-deploy - wget https://github.com/ornl-qci/qcor/tarball/master && mv master qcor.tar.gz - 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 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 # - git clone https://github.com/aide-qc/homebrew-deploy && cd homebrew-deploy # - wget https://github.com/ornl-qci/qcor/tarball/master && mv master qcor.tar.gz # - 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 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 docker run_docker_deploy: stage: deploy Loading