archive
/
actioner
Archived
1
Fork 0

Setup public environment variables in CI

This commit is contained in:
Jake Howard 2019-02-16 21:26:28 +00:00
parent 7aca68e162
commit e6a27d7354
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ jobs:
build:
docker:
- image: circleci/python:3.5
environment:
BASIC_AUTH: "username:password"
steps:
- checkout
- restore_cache: