Skip to content

Commit

Permalink
Remove ssl verify hack [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Oct 17, 2023
1 parent 95e23cc commit debef8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ Ascent-Module-Build:
- git add ./buildsystem/spack/ascent/modules/*
- git config user.name "spack-auto-module"
- git config user.email "[email protected]"
# This is necessary to avoid cert issues in pushing/pulling
# 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}@github.com/ORNL/ReSolve.git
- git pull --rebase origin ${CI_COMMIT_REF_NAME}
Expand Down

0 comments on commit debef8b

Please sign in to comment.