Skip to content

Commit

Permalink
Remove '--verbose'
Browse files Browse the repository at this point in the history
  • Loading branch information
patoarvizu committed Jul 31, 2020
1 parent 6d36476 commit 93c109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Run all tests
command: |
export KUBECONFIG=~/.k3d/k3s-default-config
k3d cluster create --image rancher/k3s:v1.0.0 --port 8200:30028@server[0] --wait --verbose
k3d cluster create --image rancher/k3s:v1.0.0 --port 8200:30028@server[0] --wait
k3d image import patoarvizu/kms-vault-operator:latest
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/prometheus-operator/crds.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-operator.yaml
Expand Down

0 comments on commit 93c109a

Please sign in to comment.