Skip to content
Snippets Groups Projects
Verified Commit 59818cc6 authored by David Hoese's avatar David Hoese
Browse files

Update gamma-test to use develop version of client

parent 799fddbc
No related branches found
No related merge requests found
......@@ -189,7 +189,7 @@ gammatest deploy_tile_gen_g16_radm2:
gammatest deploy mapserver:
environment:
name: geosphere
url: http://gamma-test1.ssec.wisc.edu
url: http://geosphere-test.ssec.wisc.edu
variables:
VALUES_DIR: "ci_gamma-geosphere-test"
extends: .deploy_mapserver
......@@ -201,7 +201,7 @@ gammatest deploy mapserver:
gammatest deploy mapcache:
environment:
name: geosphere
url: http://gamma-test1.ssec.wisc.edu
url: http://geosphere-test.ssec.wisc.edu
variables:
VALUES_DIR: "ci_gamma-geosphere-test"
extends: .deploy_mapcache
......@@ -213,9 +213,11 @@ gammatest deploy mapcache:
gammatest deploy client:
environment:
name: geosphere
url: http://gamma-test1.ssec.wisc.edu
url: http://geosphere-test.ssec.wisc.edu
variables:
VALUES_DIR: "ci_gamma-geosphere-test"
dependencies:
- get_chart_client_test
extends: .deploy_client
rules:
- if: $CI_COMMIT_TAG !~ /^gamma-test-r[0-9]+_[0-9]+/
......
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