Skip to content

Commit

Permalink
update for linux sed
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jul 15, 2024
1 parent 071a94a commit 39cc4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions connector-definition/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dist/.hasura-connector/connector-metadata.yaml: connector-metadata.yaml dist
# Copy Dockerfile to dist/.hasura-connector and replace the version
dist/.hasura-connector/Dockerfile: Dockerfile dist
cp -f Dockerfile dist/.hasura-connector/
sed -i '' 's/{{VERSION}}/$(subst v,,$(RELEASE_VERSION))/g' dist/.hasura-connector/Dockerfile
# sed -i 's/{{VERSION}}/$(subst v,,$(RELEASE_VERSION))/g' dist/.hasura-connector/Dockerfile

sed -i 's/{{VERSION}}/$(subst v,,$(RELEASE_VERSION))/g' dist/.hasura-connector/Dockerfile
# sed -i '' 's/{{VERSION}}/$(subst v,,$(RELEASE_VERSION))/g' dist/.hasura-connector/Dockerfile
# Copy .dockerignore to dist/.hasura-connector
dist/.hasura-connector/.dockerignore: .dockerignore dist
cp -f .dockerignore dist/.hasura-connector/
Expand Down

0 comments on commit 39cc4ce

Please sign in to comment.