Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Install Kuttl in circle ci
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Peres <[email protected]>
  • Loading branch information
Richard Peres committed Jun 2, 2021
1 parent 92ce6b2 commit 2c450f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,16 @@ orbs:
steps:
- checkout:
path: /home/circleci/nifikop
- attach_workspace: # Attach artifact from workdir
- attach_workspace: # Attach artifact from workdir
at: /home/circleci
# Unit tests steps
- run:
name: Setup kuttl
command: |
set -x
sudo chmod o+w /usr/local/bin/
curl -L https://github.com/kudobuilder/kuttl/releases/download/v0.1.0/kubectl-kuttl_0.1.0_linux_x86_64 -o /usr/local/bin/kuttl
chmod +x /usr/local/bin/kuttl
# Start all kuttl tests
- run:
name: Kuttl Tests
command: make run-kuttl-tests
Expand Down

0 comments on commit 2c450f1

Please sign in to comment.