Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Commits
c2fca6b1
Commit
c2fca6b1
authored
1 month ago
by
Shavers, Nicholas H
Browse files
Options
Downloads
Plain Diff
Merge branch 'runner-tag-updates' into 'master'
Runner tag updates See merge request
!383
parents
26635042
bc262c5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!383
Runner tag updates
Pipeline
#561264
passed
1 month ago
Stage: init
Stage: test
Stage: integration
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
with
15 additions
and
0 deletions
.gitlab-ci.yml
+
15
−
0
View file @
c2fca6b1
...
...
@@ -116,11 +116,18 @@ workflow:
variables
:
ENVIRONMENT
:
production
.default-tags
:
tags
:
-
$GEOMAG_TAG
## --------------------------------------------------
# Init Stage
## --------------------------------------------------
Poetry
:
extends
:
-
.default-tags
artifacts
:
paths
:
-
poetry.toml
...
...
@@ -143,6 +150,8 @@ Poetry:
## --------------------------------------------------
Audit
:
extends
:
-
.default-tags
needs
:
-
Poetry
script
:
...
...
@@ -150,6 +159,8 @@ Audit:
stage
:
test
Build
:
extends
:
-
.default-tags
needs
:
-
Poetry
script
:
...
...
@@ -157,6 +168,8 @@ Build:
stage
:
test
Lint
:
extends
:
-
.default-tags
needs
:
-
Poetry
script
:
...
...
@@ -215,6 +228,8 @@ Build Docker Image:
## push image to user or project registries
-
docker tag "${LOCAL_IMAGE}" "${PROJECT_IMAGE_NAME}";
-
docker push "${PROJECT_IMAGE_NAME}";
-
docker image rm "${PROJECT_IMAGE_NAME}"
# removes local image after pushing
stage
:
integration
tags
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment