Skip to content

Commit

Permalink
Update GitHub URL. [ascent-rebuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Oct 17, 2023
1 parent 38e5f55 commit 7f32b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Ascent-Module-Build:
# Maybe ssh tokens would be easier here?
- git config http.sslverify false
- git commit -m "Update Ascent spack built tcl modules"
- git remote set-url origin https://gitlab-ci-token:${SPACK_GIT_TOKEN}@code.ornl.gov/ecpcitest/exasgd/resolve.git
- git remote set-url origin https://gitlab-ci-token:${SPACK_GIT_TOKEN}@github.com/ORNL/ReSolve.git
- git pull --rebase origin ${CI_COMMIT_REF_NAME}
- git push origin ${CI_COMMIT_REF_NAME}
after_script:
Expand Down

0 comments on commit 7f32b83

Please sign in to comment.