Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wksctl
Commits
9fc75b46
Commit
9fc75b46
authored
4 years ago
by
Bryan Boreham
Browse files
Options
Download
Email Patches
Plain Diff
Install kpt for container integration tests
parent
a672d657
try-profiles
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+7
-0
.circleci/config.yml
with
7 additions
and
0 deletions
+7
-0
.circleci/config.yml
+
7
-
0
View file @
9fc75b46
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help