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
Loading
...@@ -158,17 +158,17 @@ Build Image: ...@@ -158,17 +158,17 @@ Build Image:
Build Project: Build Project:
extends: extends:
- .java - .java
hooks:
pre_get_sources_script:
- mkdir -p legacy/nshmp-haz-ws
- cd legacy/nshmp-haz-ws
script: script:
- pwd - pwd
- env
# - pushd .. # - pushd ..
# - git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git --branch=legacy-main nshmp-haz # - git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git --branch=legacy-main nshmp-haz
# - popd # - popd
# - ./gradlew assemble # - ./gradlew assemble
stage: build 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 # 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