Update .gitlab-ci.yml file

This commit is contained in:
Carlos Galindo 2025-04-03 17:30:51 +00:00
parent c75751b38e
commit b7e410168c

View file

@ -10,11 +10,9 @@ create-pages:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
# Functions that should be executed before the build script is run
before_script:
- pip install django && apt update && apt install node-less locales && sed
-i '/es_ES.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
- git clone https://gitlab.com/parroquia-san-leandro/cancionero-web
../cancionero-web
- make -C ../cancionero-web
- pip install django && apt update && apt install -y node-less locales && sed -i '/es_ES.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
- git clone https://gitlab.com/parroquia-san-leandro/cancionero-web.git ../cancionero-web
- mkdir ../cancionero-web/audios
script:
- make -C ../cancionero-web
- mv ../cancionero-web/public www