Skip to content

Commit

Permalink
Add Minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-vanyasin committed Oct 10, 2023
1 parent d0bb861 commit 282823a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2.1
orbs:
slack: circleci/[email protected]
minikube: ccpgames/[email protected]

parameters:
manifests-verify:
Expand Down Expand Up @@ -74,6 +75,11 @@ jobs:
manifests_verify:
executor: machine-executor
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- minikube/kubectl-install
- minikube/minikube-install
- run:
command: |
make manifests manifests-verify
Expand Down

0 comments on commit 282823a

Please sign in to comment.