Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line pages: stage: deploy image: python:latest image: python:3.9.18-slim-bullseye variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PAGES_BRANCH: develop Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line pages: stage: deploy image: python:latest image: python:3.9.18-slim-bullseye variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PAGES_BRANCH: develop Loading