Skip to content

Commit e102880

Browse files
committed
Disable travis for now
1 parent 3645bc3 commit e102880

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/action.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
- flake8
1212
- docs
1313
- sqlite
14-
env:
15-
DJANGO_PATH: /tmp/django
1614
steps:
1715
- uses: actions/checkout@master
18-
- run: git clone https://github.com/django/django.git --depth=1 ${DJANGO_PATH}
16+
- run: git clone https://github.com/django/django.git --depth=1 ${GITHUB_WORKSPACE}/django
1917
- run: docker-compose pull --include-deps flake8
2018
- run: docker-compose build --pull flake8
19+
env:
20+
DJANGO_PATH: ${GITHUB_WORKSPACE}/django
2121
- run: docker-compose run flake8
22+
env:
23+
DJANGO_PATH: ${GITHUB_WORKSPACE}/django

0 commit comments

Comments
 (0)