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

This commit is contained in:
Joseph Hanson 2024-05-28 21:15:05 -05:00
parent 210d77f68b
commit b2f65bdad4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -28,11 +28,11 @@ jobs:
run: |
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
mv kubectl /usr/local/bin/
curl -LO "https://dl.min.io/client/mc/release/linux-amd64/mc"
chmod +x mc
sudo mv mc /usr/local/bin/
mv mc /usr/local/bin/
- name: Setup Python
uses: https://github.com/actions/setup-python@v5