Setup public environment variables in CI
This commit is contained in:
parent
7aca68e162
commit
e6a27d7354
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.5
|
- image: circleci/python:3.5
|
||||||
|
environment:
|
||||||
|
BASIC_AUTH: "username:password"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
Reference in a new issue