Loading python/generic.yml +2 −1 Original line number Diff line number Diff line Loading @@ -43,8 +43,10 @@ image: stage: test script: - | pip3 --version if [ "${PIP_ENABLE_UV}" != "" ]; then pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt uv uv --version shopt -s expand_aliases # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1083 alias pip3="uv pip" if [ "${VIRTUAL_ENV}" != "" ]; then Loading @@ -52,7 +54,6 @@ image: fi export PIP_PACKAGE_INSTALL_DEFAULT_ARGS=${UV_PIP_PACKAGE_INSTALL_DEFAULT_ARGS} fi pip3 --version echo "[*] Installing your package using these arguments: ${PIP_PACKAGE_INSTALL_DEFAULT_ARGS} ${PIP_PACKAGE_INSTALL_EXTRA_ARGS}" - | Loading tests/mockup_projects/hugo/config.yaml +1 −1 Original line number Diff line number Diff line --- theme: PaperMod theme: hugo-simple title: Just CI templates tests/pipelines/web.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ include: .hugo: before_script: - cd tests/mockup_projects/hugo - git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod - git clone https://github.com/maolonglong/hugo-simple themes/hugo-simple --depth=1 - mkdir -p content - cp ${CI_PROJECT_DIR}/container/readme.md content/_index.md Loading
python/generic.yml +2 −1 Original line number Diff line number Diff line Loading @@ -43,8 +43,10 @@ image: stage: test script: - | pip3 --version if [ "${PIP_ENABLE_UV}" != "" ]; then pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt uv uv --version shopt -s expand_aliases # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1083 alias pip3="uv pip" if [ "${VIRTUAL_ENV}" != "" ]; then Loading @@ -52,7 +54,6 @@ image: fi export PIP_PACKAGE_INSTALL_DEFAULT_ARGS=${UV_PIP_PACKAGE_INSTALL_DEFAULT_ARGS} fi pip3 --version echo "[*] Installing your package using these arguments: ${PIP_PACKAGE_INSTALL_DEFAULT_ARGS} ${PIP_PACKAGE_INSTALL_EXTRA_ARGS}" - | Loading
tests/mockup_projects/hugo/config.yaml +1 −1 Original line number Diff line number Diff line --- theme: PaperMod theme: hugo-simple title: Just CI templates
tests/pipelines/web.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ include: .hugo: before_script: - cd tests/mockup_projects/hugo - git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod - git clone https://github.com/maolonglong/hugo-simple themes/hugo-simple --depth=1 - mkdir -p content - cp ${CI_PROJECT_DIR}/container/readme.md content/_index.md