Skip to content

Commit

Permalink
Merge pull request #791 from egernst/master-dont-use-fork
Browse files Browse the repository at this point in the history
kata-deploy: action: reference kata-containers instead of fork
  • Loading branch information
jodh-intel committed Nov 5, 2019
2 parents 4c93210 + 4d129fd commit b499732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kata-deploy/action/test-kata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function waitForLabelRemoval() {

function run_test() {
PKG_SHA=$1
YAMLPATH="https://raw.githubusercontent.com/amshinde/kata-packaging/$PKG_SHA/kata-deploy"
YAMLPATH="https://raw.githubusercontent.com/kata-containers/packaging/$PKG_SHA/kata-deploy"
echo "verify connectivity with a pod using Kata"

deployment=""
Expand Down Expand Up @@ -102,7 +102,7 @@ function test_kata() {
#kubectl all the things
kubectl get pods,nodes --all-namespaces

YAMLPATH="https://raw.githubusercontent.com/amshinde/kata-packaging/$PKG_SHA/kata-deploy"
YAMLPATH="https://raw.githubusercontent.com/kata-containers/packaging/$PKG_SHA/kata-deploy"

kubectl apply -f "$YAMLPATH/kata-rbac.yaml"

Expand Down

0 comments on commit b499732

Please sign in to comment.