Skip to content
Snippets Groups Projects
Commit a9e623e4 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'issue-5' into 'master'

update to devops

Closes #5

See merge request !7
parents 2bf79cf8 e6756f22
No related branches found
No related tags found
1 merge request!7update to devops
Pipeline #55358 failed
......@@ -14,11 +14,11 @@ stages:
# Template: Common Python
####
.python:
image: python:3.7.7
image: ${DEVOPS_REGISTRY}usgs/python:3
extends: .dev-tags
before_script:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- . $HOME/.profile
- . $HOME/.bash_profile
- poetry install
####
......
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