Skip to content

Commit

Permalink
Added fix for end to end (noticed in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Huanca committed May 17, 2019
1 parent e5fb18d commit 8726c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ jobs:
reckoner plot --only nginx-ingress end_to_end_testing/basic.yml
helm list --output json | jq -e '.Releases[]|select(.Name == "nginx-ingress")|.Status == "DEPLOYED"'
reckoner plot --only nginx-ingress --only redis-env end_to_end_testing/basic.yml
test_environ_var=somevalue reckoner plot --only nginx-ingress --only redis-env end_to_end_testing/basic.yml
helm list --output json | jq -e '.Releases[]|select(.Name == "nginx-ingress")|.Status == "DEPLOYED"'
helm list --output json | jq -e '.Releases[]|select(.Name == "redis-env")|.Status == "DEPLOYED"'
helm get values redis-env --output json | jq -e '.test_environ_var == "somevalue"'
publish-binaries:
executor: python-3-7
steps:
Expand Down

0 comments on commit 8726c49

Please sign in to comment.