Skip to content

Commit

Permalink
Revert "update kind and ct testing tool" (#97)
Browse files Browse the repository at this point in the history
* Revert "update kind and ct testing tool (#94)"

This reverts commit a723148.

* update lpp
  • Loading branch information
cpanato authored Jun 18, 2019
1 parent a723148 commit 745a9a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -o errexit
set -o nounset
set -o pipefail

readonly CT_VERSION=v2.3.3
readonly KIND_VERSION=v0.3.0
readonly CT_VERSION=v2.2.0
readonly KIND_VERSION=0.2.1
readonly CLUSTER_NAME=mattermost-helm-test
readonly K8S_VERSION=v1.14.2
readonly K8S_VERSION=v1.13.4

run_ct_container() {
echo 'Running ct container...'
Expand Down

0 comments on commit 745a9a5

Please sign in to comment.