Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jan 24, 2025
1 parent ffe5e7b commit 4aa89ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ jobs:
- name: generate a connector package
run: |
tar xvf release/artifacts/cli.tar.gz -C release/artifacts
chmod +x ./release/artifacts/cli/cli-binary-linux-amd64/hasura-ndc-sqlserver
tree release/artifacts
chmod +x ./release/artifacts/cli-binary-linux-amd64/hasura-ndc-sqlserver
mkdir -p metadata-configuration
./release/artifacts/cli/linux-amd64/hasura-ndc-sqlserver --context=metadata-configuration initialize --with-metadata --binary-cli-manifest=release/artifacts/cli-manifest.yaml
cat metadata-configuration/.hasura-connector/connector-metadata.yaml
Expand Down

0 comments on commit 4aa89ff

Please sign in to comment.