Skip to content

Commit

Permalink
Resolve warnings in the integration tests
Browse files Browse the repository at this point in the history
Resolve warnings related to git tree being in a dirty state by removing
the kustomize binary and tar from the root of the tree.
  • Loading branch information
AlanGreene authored and tekton-robot committed May 29, 2024
1 parent 10b1c84 commit e76b377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function install_kustomize() {
curl -s -O -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.3.0/$tar
tar xzf ./$tar

cp ./kustomize /usr/local/bin
mv ./kustomize /usr/local/bin
rm ./$tar
fi
}

Expand Down

0 comments on commit e76b377

Please sign in to comment.