File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 11version : 2.1
2+ references :
3+ objectrocket-docker-auth : &objectrocket-docker-auth
4+ auth :
5+ username : ${DOCKER_USERNAME}
6+ password : ${DOCKER_PASSWORD}
7+ context-to-use : &context-to-use
8+ context : objectrocket-shared
29jobs :
310 lint_test :
411 docker :
5- - image : circleci/python:2.7.13
12+ - << : *objectrocket-docker-auth
13+ image : circleci/python:2.7.13
614 steps :
7- - checkout
15+ - checkout
816
9- - run :
10- name : install test dependencies
11- command : sudo pip install --upgrade pip tox
12- - run :
13- name : lint and test
14- command : tox -r
17+ - run :
18+ name : install test dependencies
19+ command : sudo pip install --upgrade pip tox
20+ - run :
21+ name : lint and test
22+ command : tox -r
1523
1624workflows :
1725 version : 2
1826 basic-workflow :
1927 jobs :
20- - lint_test
28+ - lint_test : *context-to-use
You can’t perform that action at this time.
0 commit comments