Skip to content
Snippets Groups Projects
Commit 7b1fe539 authored by Shavers, Nicholas H's avatar Shavers, Nicholas H
Browse files

geomag tag added to jobs

parent 0ea93756
No related branches found
No related tags found
1 merge request!357geomag tag added to jobs
...@@ -50,6 +50,7 @@ workflow: ...@@ -50,6 +50,7 @@ workflow:
tags: tags:
- deploy - deploy
- swarm - swarm
- geomag #ensures we use geomag-specific- deploy, swarm tagged runners
# these variables are defined in Gitlab, or set in scripts/custom.config.sh # these variables are defined in Gitlab, or set in scripts/custom.config.sh
# variables: # variables:
# DATABASE_URL # DATABASE_URL
...@@ -87,6 +88,7 @@ workflow: ...@@ -87,6 +88,7 @@ workflow:
tags: tags:
- deploy - deploy
- swarm - swarm
- geomag #ensures we use geomag-specific- deploy, swarm tagged runners
variables: variables:
APP_DEPLOY_DIR: "/geomag/geomag-algorithms" APP_DEPLOY_DIR: "/geomag/geomag-algorithms"
REQUIRED_PREFIX: "/geomag" REQUIRED_PREFIX: "/geomag"
...@@ -183,6 +185,7 @@ Test: ...@@ -183,6 +185,7 @@ Test:
tags: tags:
- deploy - deploy
- swarm - swarm
- geomag #ensures we use geomag-specific- deploy, swarm tagged runners
## -------------------------------------------------- ## --------------------------------------------------
# Integration Stage # Integration Stage
...@@ -223,6 +226,7 @@ Build Docker Image: ...@@ -223,6 +226,7 @@ Build Docker Image:
tags: tags:
# TODO: refactor to separate build/publish steps # TODO: refactor to separate build/publish steps
- deploy - deploy
- geomag #ensures we use geomag-specific- deploy tagged runners
variables: variables:
APP_NAME: geomag-algorithms APP_NAME: geomag-algorithms
FROM_IMAGE: code.usgs.gov:5001/devops/images/usgs/python:3.10-obspy FROM_IMAGE: code.usgs.gov:5001/devops/images/usgs/python:3.10-obspy
......
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