Commit 9fc75b46 authored by Bryan Boreham's avatar Bryan Boreham
Browse files

Install kpt for container integration tests

No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
......@@ -154,6 +154,13 @@ jobs:
echo "$KUBECTL_CHECKSUM kubectl.tar.gz" | sha256sum -c
tar xvzf kubectl.tar.gz --strip-components=3
sudo mv kubectl /usr/local/bin
- run:
name: Install kpt
command: |
curl -L https://storage.googleapis.com/kpt-dev/latest/linux_amd64/kpt -o kpt
echo "f55d8d715ab8dbbbfcf05671f0edfb46e9614d778b06ee3b2ff4d0aa05eafa47 kpt" | sha256sum -c
chmod +x kpt
sudo mv kpt /usr/local/bin
- run:
# TODO: Use CAPEI upstream when its build system has been set up
name: Build cluster-api-provider-existinginfra
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment