Skip to content

Commit

Permalink
Update connector-metadata for v0.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Jul 10, 2024
1 parent 720a1c0 commit 1457927
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 677 deletions.
11 changes: 11 additions & 0 deletions build-connector-pkg-tarzips.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e -u

# This script is used to build the package tarballs for the connectors
# It is intended to be run from the root of the repository
for connector in "ndc-connector-mysql" "ndc-connector-oracle" "ndc-connector-snowflake"; do
pushd ${connector}
tar -czf ../${connector}-package.tar.gz ./.hasura-connector
echo "Created ${connector}-package.tar.gz"
popd
done
Loading

0 comments on commit 1457927

Please sign in to comment.