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

add g

parent 2b45b5d2
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -239,9 +239,8 @@ NSHM Tests: ...@@ -239,9 +239,8 @@ NSHM Tests:
- CMD: testConus2023 - CMD: testConus2023
- CMD: testHawaii2021 - CMD: testHawaii2021
script: script:
- CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)" - CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)g"
- export CI_RUNNER_MEMORY - export CI_RUNNER_MEMORY
- echo "${CI_RUNNER_MEMORY}"
- ./gradlew ${CMD} - ./gradlew ${CMD}
- cat ${JACOCO_HTML_DIR}/index.html - cat ${JACOCO_HTML_DIR}/index.html
stage: test stage: test
......
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