Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 1ef0e6b

Browse files
committed
debugging gitlab-ci asgi backend path
1 parent cc63ec5 commit 1ef0e6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ Build Documentation:
125125
- python backend/manage.py migrate
126126
- python backend/manage.py create_default_user
127127
- cp /static/index.html backend/templates/
128-
- /start_asgi.sh &
128+
- pwd
129+
- ls
130+
- cd backend && /start_asgi.sh &
131+
- pwd
132+
- ls
129133
script:
130134
- npm install cypress
131135
- cp cypress.json backend/

backend/scripts/dev/start_asgi.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
# sleep 2
1313
# done
1414

15-
cd backend
1615
daphne backend.asgi:application --bind 0.0.0.0 --port 9000

0 commit comments

Comments
 (0)