Skip to content

Commit f7966f8

Browse files
committed
Update current feature
1 parent 89545e6 commit f7966f8

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

e2e/clean.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -euxo pipefail
4+
5+
DIR=$(cd "$(dirname "$0")"; pwd -P)
6+
7+
ktbx delete -n home-ci

e2e/launch.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

e2e/run.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -euxo pipefail
4+
5+
DIR=$(cd "$(dirname "$0")"; pwd -P)
6+
7+
go install .
8+
9+
ktbx install kind
10+
ktbx create --single -n home-ci
11+
kubectl get pods -n kube-system
12+
kubectl get nodes

0 commit comments

Comments
 (0)