File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 background : true
2424
2525 - run :
26- name : " Setup: Copy environment variables"
27- command : cp .env_circleci .env
26+ name : " Setup: Copy environment variables"
27+ command : cp .env_circleci .env
2828
2929
3030 - run :
@@ -40,17 +40,17 @@ jobs:
4040 docker compose -f docker-compose.yml -f docker-compose.selenium.yml exec django python manage.py collectstatic --noinput
4141
4242 - run :
43- name : " Lint: Check code style with flake8"
44- command : docker-compose exec django flake8 src/
43+ name : " Lint: Check code style with flake8"
44+ command : docker-compose exec django flake8 src/
4545
4646
4747 - run :
48- name : " Docker: Pull required images"
49- # not available without "not e2e" tests as they pull ahead of time
50- command : |
51- docker pull codalab/codalab-legacy:py37
52- docker pull codalab/codalab-legacy:py3
53- docker pull vergilgxw/autotable:v2
48+ name : " Docker: Pull required images"
49+ # not available without "not e2e" tests as they pull ahead of time
50+ command : |
51+ docker pull codalab/codalab-legacy:py37
52+ docker pull codalab/codalab-legacy:py3
53+ docker pull vergilgxw/autotable:v2
5454
5555 - run :
5656 name : " Tests: Run unit/integration tests (excluding e2e)"
You can’t perform that action at this time.
0 commit comments