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

Update pipeline images

parent 3ee37ab2
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!123Poetry
......@@ -18,7 +18,7 @@ variables:
TRIVY_VERSION: "0.13.0"
# docker variables
DOCKER_DRIVER: overlay2
FROM_IMAGE: ${CODE_REGISTRY}/devops/images/usgs/obspy:3.8
FROM_IMAGE: ${CODE_REGISTRY}/devops/images/usgs/python:3.8-obspy
# environment variables
APP_NAME: geomag-algorithms
DATA_HOST: "cwbpub.cr.usgs.gov"
......@@ -73,11 +73,10 @@ variables:
junit: junit.xml
before_script:
# install dependencies
- python -m pip install poetry wheel
- poetry config virtualenvs.create false
- poetry install
- which python
image: ${DEVOPS_REGISTRY}usgs/obspy:latest
image: ${DEVOPS_REGISTRY}usgs/python:3.8-build
script:
# run checks
- black --check .
......
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