Skip to content
Snippets Groups Projects

Resolves - Legacy WS: Add CI/CD Pipeline

Files
2
+ 9
0
@@ -158,9 +158,18 @@ Build Image:
Build Project:
extends:
- .java
before_script:
- mkdir -p ${DIR}
- mv $(ls -1 | grep -v $(basename $(dirname ${DIR}))) ${DIR}/.
- pushd ${DIR}
- pushd ..
- git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git --branch=legacy-main nshmp-haz
- popd
script:
- ./gradlew assemble
stage: build
variables:
DIR: legacy/nshmp-haz-ws
####
# Stage: trigger
Loading