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

test

parent 3147024e
No related branches found
No related tags found
1 merge request!696Resolves - Legacy WS: Add CI/CD Pipeline
...@@ -158,15 +158,20 @@ Build Image: ...@@ -158,15 +158,20 @@ Build Image:
Build Project: Build Project:
extends: extends:
- .java - .java
pre_clone_script: before_script:
- echo "asdad" - mkdir -p ${DIR}
- mv * ${DIR}/.
- pushd ${DIR}
script: script:
- pwd - pwd
- ls -al
# - 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:
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