mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Fix BOULDERPATH
This commit is contained in:
parent
2cfcfd6988
commit
ed802a6648
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ before_install:
|
|||
# test has failed
|
||||
env:
|
||||
global:
|
||||
- BOULDERPATH=$GOPATH/src/github.com/letsencrypt/boulder/
|
||||
- BOULDERPATH=$PWD/boulder/
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue