Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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-haz
Merge requests
!489
Something went wrong on our end
Dependencies with HTTPS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dependencies with HTTPS
ghsc/users/bclayton/nshmp/nshmp-haz:http
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-haz:http
into
master
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Update to download nshmp-lib using HTTPS instead of SSH.
Edited
4 years ago
by
Clayton, Brandon Scott
0
0
Merge request reports
Viewing commit
a59a81bb
Prev
Next
Show latest version
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a59a81bb
add comments
· a59a81bb
Clayton, Brandon Scott
authored
4 years ago
ws.Dockerfile
+
6
−
1
Options
@@ -2,7 +2,12 @@
# Run hazard web services.
#
# Build locally:
# docker build --build-arg ssh_private_key="$(cat ~/.ssh/id_rsa)" -t nshmp-haz-ws .
# docker build
# -f ws.Dockerfile
# --build-arg git_username=<user@name.com>
# --build-arg git_password=<git-api-token>
# -t nshmp-haz-ws .
####
ARG
project=nshmp-haz-v2
Loading