debug
Some checks failed
Schemas / Schemas (push) Failing after 54s

This commit is contained in:
Joseph Hanson 2024-05-29 14:55:56 -05:00
parent c4dded1f13
commit 185dd4d586
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -54,7 +54,7 @@ jobs:
with: with:
encodedString: "${{ secrets.MCCONFIG }}" encodedString: "${{ secrets.MCCONFIG }}"
fileName: config.json fileName: config.json
fileDir: $GITHUB_WORKSPACE fileDir: $HOME/.mc
- name: Extracting CRDs to yaml and converting to JSON schema - name: Extracting CRDs to yaml and converting to JSON schema
env: env:
@ -141,8 +141,6 @@ jobs:
rm -rf $TMP_CRD_DIR rm -rf $TMP_CRD_DIR
- name: Deploy to Cloudflare R2 - name: Deploy to Cloudflare R2
env:
MC_CONFIG_DIR: $GITHUB_WORKSPACE
shell: bash shell: bash
run: | run: |
mc cp --recursive $SCHEMAS_DIR r2-ks/kubernetes-schema mc cp --recursive $SCHEMAS_DIR r2-ks/kubernetes-schema