Skip to content
Snippets Groups Projects
Commit 679b0772 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test hooks

parent 527ff57b
No related branches found
No related tags found
1 merge request!696Resolves - Legacy WS: Add CI/CD Pipeline
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment