Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit e100152

Browse files
Update ci.sh
Signed-off-by: John O'Loughlin <[email protected]>
1 parent fd0e9d6 commit e100152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sudo bash -c 'curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.27/deb/Release.key
3333
#curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.27/deb/Release.key -o release.key
3434
#sudo bash -c 'gpg --no-tty -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg --dearmor ./release.key'
3535
sudo apt-get update
36-
sudo apt-get install -y kubectl=1.27.3-1.1
36+
#sudo apt-get install -y kubectl=1.27.3-1.1
3737
}
3838

3939
create_kind_cluster(){

0 commit comments

Comments
 (0)