chore: editor autoformatted
This commit is contained in:
+10
-2
@@ -20,6 +20,15 @@ inputs:
|
||||
client-lib-demo-tag:
|
||||
description: Client lib demo docker image tag
|
||||
required: true
|
||||
s3-bucket:
|
||||
description: S3 Bucket name
|
||||
required: true
|
||||
s3-access-key-id:
|
||||
description: S3 AWS Access Key ID
|
||||
required: true
|
||||
s3-secret-access-key:
|
||||
description: S3 AWS Secret Access Key
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
@@ -32,7 +41,6 @@ runs:
|
||||
timestamp=$(date +%s)
|
||||
echo "cluster-name=$(echo clevermicro-test-$timestamp-$rand)" >> "$FORGEJO_OUTPUT"
|
||||
|
||||
# this action will setup kind and helm, then create a kind cluster
|
||||
- name: Bring up Kubernetes cluster using Kind
|
||||
uses: https://git.cleverthis.com/actions/kubernetes@master
|
||||
with:
|
||||
@@ -84,4 +92,4 @@ runs:
|
||||
echo "==================== Waiting for all pods ready ===================="
|
||||
kubectl -n clevermicro wait pod --for=condition=Ready --timeout=10m --all
|
||||
kubectl -n clevermicro get pod
|
||||
echo "==================== All pods ready ===================="
|
||||
echo "==================== All pods ready ===================="
|
||||
|
||||
Reference in New Issue
Block a user