Skip to content

Commit b56c25d

Browse files
SilviaAmAmsvenvandescheur
authored andcommitted
💚 [#738] Fix build with wrong symlink pad
1 parent 95bc2be commit b56c25d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Run tests
240240
working-directory: backend
241241
run: |
242-
ln -s ${{ github.workspace }}/frontend/dist/assets ${{ github.workspace }}/backend/src/openarchiefbeheer/static/assets
242+
ln -s ${{ github.workspace }}/frontend/dist/static/assets ${{ github.workspace }}/backend/src/openarchiefbeheer/static/assets
243243
ln -s ${{ github.workspace }}/frontend/dist/index.html ${{ github.workspace }}/backend/src/openarchiefbeheer/templates/index.html
244244
python src/manage.py compilemessages
245245
python src/manage.py collectstatic --noinput --link

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
- CELERY_BROKER_URL=redis://redis:6379/0
4848
- CELERY_RESULT_BACKEND=redis://redis:6379/0
4949
- CELERY_LOGLEVEL=DEBUG
50-
- OAB_API_URL=http://localhost:8000
50+
- OAB_API_URL=http://localhost:9000
5151
- OAB_API_PATH=/api/v1
5252
- OAB_ZAAK_URL_TEMPLATE=https://www.example.com/zaken/{identificatie}
5353
- REQUESTS_READ_TIMEOUT=5000

0 commit comments

Comments
 (0)