Skip to content

Commit

Permalink
Merge pull request #1178 from iost-official/fix/ci
Browse files Browse the repository at this point in the history
disable k8s test in ci
  • Loading branch information
lispc authored Jan 12, 2021
2 parents 229764b + 6229fd3 commit ba9ee90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ matrix:
- os: linux
dist: xenial
go: "1.15"
if: type = cron
if: 1 = 0 AND type = cron
env: JOB=k8s_test
services:
- docker
Expand Down
1 change: 1 addition & 0 deletions build/delete_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ cat iserver.yaml | sed 's/\$COMMIT'"/$COMMIT/g" | kubectl delete -f - -n $NAME -
cat itest.yaml | sed 's/\$COMMIT'"/$COMMIT/g" | kubectl delete -f - -n $NAME --ignore-not-found
kubectl delete pvc -l k8s-app=iserver -n $NAME
kubectl delete configmap iserver-config -n $NAME --ignore-not-found
kubectl delete configmap iserver-contract -n $NAME --ignore-not-found
kubectl delete configmap itest-config -n $NAME --ignore-not-found

0 comments on commit ba9ee90

Please sign in to comment.