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
!696
Resolves - Legacy WS: Add CI/CD Pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolves - Legacy WS: Add CI/CD Pipeline
ghsc/users/bclayton/nshmp/nshmp-haz:legacy-ws-main--ci
into
legacy-ws-main
Overview
0
Commits
15
Pipelines
0
Changes
1
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-haz:legacy-ws-main--ci
into
legacy-ws-main
2 years ago
Overview
0
Commits
15
Pipelines
0
Changes
1
Expand
Resolves
#553 (closed)
0
0
Merge request reports
Compare
version 5
version 14
bba8c67a
2 years ago
version 13
b94dfcf5
2 years ago
version 12
d3915f88
2 years ago
version 11
19e0bd16
2 years ago
version 10
bbc59eea
2 years ago
version 9
f42d9e1c
2 years ago
version 8
3147024e
2 years ago
version 7
fd291318
2 years ago
version 6
679b0772
2 years ago
version 5
527ff57b
2 years ago
version 4
1dcccd2e
2 years ago
version 3
04bf2fac
2 years ago
version 2
d84495bc
2 years ago
version 1
8afd643d
2 years ago
legacy-ws-main (base)
and
version 6
latest version
e0b23791
15 commits,
2 years ago
version 14
bba8c67a
14 commits,
2 years ago
version 13
b94dfcf5
13 commits,
2 years ago
version 12
d3915f88
12 commits,
2 years ago
version 11
19e0bd16
11 commits,
2 years ago
version 10
bbc59eea
10 commits,
2 years ago
version 9
f42d9e1c
9 commits,
2 years ago
version 8
3147024e
8 commits,
2 years ago
version 7
fd291318
7 commits,
2 years ago
version 6
679b0772
6 commits,
2 years ago
version 5
527ff57b
5 commits,
2 years ago
version 4
1dcccd2e
4 commits,
2 years ago
version 3
04bf2fac
3 commits,
2 years ago
version 2
d84495bc
2 commits,
2 years ago
version 1
8afd643d
1 commit,
2 years ago
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
4
Options
@@ -158,17 +158,17 @@ Build Image:
Build Project
:
extends
:
-
.java
hooks
:
pre_get_sources_script
:
-
mkdir -p legacy/nshmp-haz-ws
-
cd legacy/nshmp-haz-ws
script
:
-
pwd
-
env
# - pushd ..
# - git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git --branch=legacy-main nshmp-haz
# - popd
# - ./gradlew assemble
stage
:
build
variables
:
CI_PROJECT_PATH
:
${CI_PROJECT_PATH}/legacy/nshmp-haz-ws
CI_PROJECT_DIR
:
${CI_PROJECT_DIR}/legacy/nshmp-haz-ws
####
# Stage: trigger
Loading