Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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 Seismic Hazard Model Project
nshmp-ws-static
Commits
cd580b33
Commit
cd580b33
authored
4 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
update pipeline
parent
9125a578
No related branches found
No related tags found
1 merge request
!34
update to http for nshmp-lib dependency
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
cd580b33
...
@@ -179,7 +179,7 @@ Build Image:
...
@@ -179,7 +179,7 @@ Build Image:
-
|
-
|
docker build \
docker build \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg g
e
t_password="${GIT_NSHMP_PASSWORD}" \
--build-arg g
i
t_password="${GIT_NSHMP_PASSWORD}" \
-t local/${IMAGE_NAME} .
-t local/${IMAGE_NAME} .
####
####
...
@@ -210,7 +210,7 @@ Build/Publish Data Images:
...
@@ -210,7 +210,7 @@ Build/Publish Data Images:
docker build \
docker build \
--build-arg netcdf_file="DATA/${data}.nc" \
--build-arg netcdf_file="DATA/${data}.nc" \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg g
e
t_password="${GIT_NSHMP_PASSWORD}" \
--build-arg g
i
t_password="${GIT_NSHMP_PASSWORD}" \
-t ${INTERNAL_IMAGE_NAME} .;
-t ${INTERNAL_IMAGE_NAME} .;
rm DATA/${data}.nc
rm DATA/${data}.nc
docker push ${INTERNAL_IMAGE_NAME};
docker push ${INTERNAL_IMAGE_NAME};
...
...
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