mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-25.git
synced 2025-04-04 12:30:11 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
c75751b38e
commit
b7e410168c
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue