Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jul 16, 2024
1 parent c21baa3 commit 6e96f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
## [Unreleased]
Changes to be included in the next upcoming release

## [0.0.24] - 2024-07-16
Attempting to fix Makefile

## [0.0.23] - 2024-07-15
Attempting to fix Makefile

Expand Down
2 changes: 1 addition & 1 deletion connector-definition/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ $(dist_script_files): $(script_files)

# Create the final connector-definition.tgz file
dist/connector-definition.tgz: dist/.hasura-connector/connector-metadata.yaml dist/.hasura-connector/Dockerfile dist/.hasura-connector/.dockerignore $(dist_template_files) $(dist_script_files)
cd dist && tar --dereference -czvf connector-definition.tgz . .hasura-connector
shopt -s dotglob && cd dist && tar -czvf connector-definition.tgz *

0 comments on commit 6e96f5a

Please sign in to comment.