From c0447a6deeee6ff799b763edc1722b1687ada293 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 2 Feb 2021 10:54:12 -0700 Subject: [PATCH 1/2] update to devops --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e23ef0..a1c720a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ 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 -- GitLab From f1d140fc9d5648b5a1f68a0ec5710ddfe3677fcb Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 2 Feb 2021 10:55:43 -0700 Subject: [PATCH 2/2] update to devops --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1c720a..384785d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: 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 #### -- GitLab