Loading .gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -16,9 +16,6 @@ cache: .python_job: image: python:3.12-slim before_script: - apt-get update - apt-get install -y git - git --version - python --version - python -m pip install --upgrade pip - python -m pip install -e ".[dev,postgres]" Loading Loading @@ -55,11 +52,6 @@ test: build: stage: build image: docker:29.3.0 services: - docker:29.3.0-dind variables: DOCKER_TLS_CERTDIR: "" script: - docker build -t oeg-ci-test . rules: Loading Loading
.gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -16,9 +16,6 @@ cache: .python_job: image: python:3.12-slim before_script: - apt-get update - apt-get install -y git - git --version - python --version - python -m pip install --upgrade pip - python -m pip install -e ".[dev,postgres]" Loading Loading @@ -55,11 +52,6 @@ test: build: stage: build image: docker:29.3.0 services: - docker:29.3.0-dind variables: DOCKER_TLS_CERTDIR: "" script: - docker build -t oeg-ci-test . rules: Loading