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:
Build Project:
extends:
- .java
pre_clone_script:
- echo "asdad"
before_script:
- mkdir -p ${DIR}
- mv * ${DIR}/.
- pushd ${DIR}
script:
- pwd
- ls -al
# - pushd ..
# - git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git --branch=legacy-main nshmp-haz
# - popd
# - ./gradlew assemble
stage: build
variables:
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