Skip to content

Commit 54f4802

Browse files
committed
yml indentation fixed
1 parent 329bec9 commit 54f4802

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
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)"

0 commit comments

Comments
 (0)