From b7e410168c76b7c6f13d336bc1a973fd28b5adec Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Thu, 3 Apr 2025 17:30:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb5285a..572cce7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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