Skip to content
Snippets Groups Projects
Commit c7839eae authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Comment out pip caching

parent 7df0c76f
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!41Update algorithms job
image: ${DEVOPS_REGISTRY}usgs/centos:latest
cache:
paths:
# cache pip installed dependencies, see PIP_CACHE_DIR variable below
- .cache/pip
#cache:
# paths:
# # cache pip installed dependencies, see PIP_CACHE_DIR variable below
# - .cache/pip
stages:
- test
......@@ -14,7 +14,7 @@ stages:
variables:
CI_REGISTRY: ${CODE_REGISTRY}
CI_REGISTRY_IMAGE: ${CODE_REGISTRY_IMAGE}
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
TRIVY_VERSION: "0.11.0"
# docker variables
DOCKER_DRIVER: overlay2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment