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

Fix path to grb yaml values in ci tests

parent 111e04bd
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ install_charts() {
# GRB
pushd geosphere-grb/chart
sed -i "s/geosphere-rabbit-rabbitmq/${RABBITMQ_SERVICE_NAME}/g" "ci_tests/values-grb-g16.yaml"
sed -i "s/geosphere-rabbit-rabbitmq/${RABBITMQ_SERVICE_NAME}/g" "../../ci_tests/values-grb-g16.yaml"
helm upgrade -v 2 --install --namespace $ns -f ../../ci_tests/values-grb-g16.yaml ${GRB_RELEASE_NAME} cspp-geo-grb/
popd
......
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