File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ jobs :
3+ build :
4+ working_directory : ~/Clever/discovery-python
5+ docker :
6+ - image : circleci/python:2.7.15
7+ environment :
8+ CIRCLE_ARTIFACTS : /tmp/circleci-artifacts
9+ CIRCLE_TEST_REPORTS : /tmp/circleci-test-results
10+ steps :
11+ - run :
12+ command : cd $HOME && git clone --depth 1 -v https://github.com/Clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
13+ name : Clone ci-scripts
14+ - checkout
15+ - run :
16+ command : mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
17+ name : Set up CircleCI artifacts directories
18+ - run : make deps
19+ - run : make test
20+ - run :
21+ command : |-
22+ rm -rf ~/.local
23+ cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
24+ sudo apt-get update
25+ sudo apt-get install python-dev
26+ sudo pip install --upgrade awscli
27+ aws --version
28+ name : Install awscli for ECR publish
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments