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

cleanup

parent 70d8235f
No related branches found
Tags 0.3.0
2 merge requests!681Production Release | nshmp-haz,!680NSHM Unit Tests
......@@ -3,7 +3,6 @@ variables:
JUNIT_FILES: build/test-results/test/TEST-*.xml
NSHMP_HAZ_WS_IMAGE: ${CODE_REGISTRY_IMAGE}/nshmp-haz-ws:${ENVIRONMENT}-${CI_COMMIT_SHORT_SHA}
REPORTS_DIR: build/reports
JAVA_XMX: 28g
# Do not run for merge requests
workflow:
......@@ -220,7 +219,6 @@ Build Project:
- ./gradlew assemble
stage: build
####
# Stage: test
####
......@@ -236,10 +234,6 @@ Markdown Lint:
stage: test
NSHM Tests:
artifacts:
paths:
- build
when: always
extends:
- .java
needs: []
......@@ -248,7 +242,7 @@ NSHM Tests:
- CMD: testConus2018
- CMD: testHawaii2021
script:
- ./gradlew ${CMD} --stacktrace
- ./gradlew ${CMD}
stage: test
YAML Lint:
......
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