Skip to content

Commit 8ad2d6a

Browse files
authored
fix: cicd fix (#488)
1 parent c4ec9a7 commit 8ad2d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config_continue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- run: update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
7777
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
7878
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
79-
- run: make with-django
79+
- run: make with-drf
8080
- run: (cd .circleci/ && ./websiteDrfAsync.sh)
8181
- slack/status
8282
test-website-drf-sync:
@@ -89,7 +89,7 @@ jobs:
8989
- run: update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
9090
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
9191
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
92-
- run: make with-django
92+
- run: make with-drf
9393
- run: (cd .circleci/ && ./websiteDrfSync.sh)
9494
- slack/status
9595
test-website-django2x:

0 commit comments

Comments
 (0)