Skip to content

Commit

Permalink
add missing schema
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jun 15, 2024
1 parent fdce974 commit 7ebee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: chmod +x /usr/local/bin/atmos

- name: Install the cloudposse Debian repository
run: curl -1sLf 'https://dl.cloudsmith.io/public/cloudposse/packages/cfg/setup/bash.deb.sh' | bash
run: curl -1sLf 'https://dl.cloudsmith.io/public/cloudposse/packages/cfg/setup/bash.deb.sh' | sudo bash

- name: Install kubectl, helmfile, and helm
run: apt-get -y install kubectl helmfile helm
Expand Down

0 comments on commit 7ebee78

Please sign in to comment.