Skip to content

Commit

Permalink
修复路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Jan 9, 2022
1 parent 63f604f commit 6d3bae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ script:
- export PYTHON_VERSION=3.9.9
- export PYTHON_IMPL_VERSION=cp39
- export RELEASE_VERSION=$(grep -oP '[0-9\.ab]+' local/__init__.py)
- export CA_MOZILLA=cert/cacerts/mozilla.pem
- export CA_GOOGLE=cert/cacerts/google.pem
- export CA_MOZILLA=./cert/cacerts/mozilla.pem
- export CA_GOOGLE=./cert/cacerts/google.pem

before_deploy:
- curl -L --cacert ${CA_MOZILLA} -o ${CA_MOZILLA} https://curl.se/ca/cacert.pem
Expand Down

0 comments on commit 6d3bae5

Please sign in to comment.