Skip to content

Commit 6f1670b

Browse files
committed
Install gettext in runner, remove compile from postbuild
1 parent 5298900 commit 6f1670b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/azure-deployment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
python-version: '3.9'
2424

25+
- name: Install compile dependencies
26+
run: sudo apt-get install -y gettext
27+
2528
- name: Create and start virtual environment
2629
run: |
2730
python -m venv venv

scripts/az_postbuild.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22

3-
python manage.py compilemessages
43
python manage.py compilescss --use-storage
54
python manage.py collectstatic --noinput --ignore=*.scss
65
python manage.py migrate --noinput

0 commit comments

Comments
 (0)