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