Skip to content

Commit

Permalink
Merge pull request #203 from stackql/feature/provider
Browse files Browse the repository at this point in the history
new `awscc` provider
  • Loading branch information
jeffreyaven authored Mar 7, 2024
2 parents 0205c57 + 543a1df commit 98f36e2
Show file tree
Hide file tree
Showing 211 changed files with 192,279 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
while IFS= read -r provider
do
echo "testing ${provider}..."
sh test-provider.sh $provider true $providersdir
tree $providersdir
sh test-provider.sh $provider false $providersdir
done < ../providers.txt
#
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ed25519tool
.DS_Store
scripts/*/node_modules/
scripts/*/package-lock.json
scripts/*/package-lock.json
stackql*.sh
stackql
stackql-zip
.stackql/
Loading

0 comments on commit 98f36e2

Please sign in to comment.