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

cleanup

parent 4c0b1b2e
No related branches found
No related tags found
1 merge request!31Dependencies
......@@ -62,7 +62,7 @@ stages:
stage: test
image: gradle:jdk11
only:
- merge_request
- branches
- master@ghsc/nshmp/nshmp-netcdf
before_script:
- *ssh-key
......@@ -159,7 +159,7 @@ Unit Tests:
image: gradle:jdk11
extends: .dev-tags
only:
- merge_request
- branch
- master@ghsc/nshmp/nshmp-netcdf
- tags@ghsc/nshmp/nshmp-netcdf
coverage: '/Total.*?([0-9]{1,3})%/'
......@@ -184,7 +184,7 @@ Build Image:
image: docker:stable-git
extends: .dev-tags
only:
- merge_request
- branches
- master@ghsc/nshmp/nshmp-netcdf
- tags@ghsc/nshmp/nshmp-netcdf
before_script:
......
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