From 297315a38040327aca4650dd0a431417c8fcee3d Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Wed, 4 May 2022 17:15:59 -0600 Subject: [PATCH 1/2] Move docker build back to build runner --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee873777..0607ff00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,8 +206,7 @@ Build Docker Image: name: ${DEVOPS_REGISTRY}docker:19.03-dind stage: integration tags: - - chs-shared - - dind + - build variables: APP_NAME: geomag-algorithms DOCKER_DRIVER: overlay2 -- GitLab From a8810b05d7548174a473315f8dfa4e7c6855e370 Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Wed, 4 May 2022 17:16:49 -0600 Subject: [PATCH 2/2] Bump version to 1.5.2 --- code.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code.json b/code.json index 1a1ad232..424d6c82 100644 --- a/code.json +++ b/code.json @@ -3,7 +3,7 @@ "name": "geomag-algorithms", "organization": "U.S. Geological Survey", "description": "Library for processing Geomagnetic timeseries data.", - "version": "1.5.1", + "version": "1.5.2", "status": "Development", "permissions": { @@ -34,7 +34,7 @@ }, "date": { - "metadataLastUpdated": "2022-05-03" + "metadataLastUpdated": "2022-05-04" } } ] diff --git a/pyproject.toml b/pyproject.toml index c738754d..f04d1717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ {include = "geomagio" } ] repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms" -version = "1.5.1" +version = "1.5.2" [tool.poetry.dependencies] -- GitLab