Skip to content

Commit

Permalink
chore: bump eonax version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bscholtes1A committed Oct 4, 2024
1 parent a7f360e commit b88b0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ cd connector
### Specify the Eona-X/EDC version

```bash
EDC_VERSION=v0.9.0
EONAX_VERSION=0.2.0
EDC_VERSION=0.9.1
EONAX_VERSION=0.2.2
```

### Login to the Docker registry
Expand Down Expand Up @@ -85,7 +85,7 @@ done
### Download SQL files

```bash
jq -r --arg version "$EDC_VERSION" '.files[] | "https://raw.githubusercontent.com/eclipse-edc/\(.repo)/\($version)/\(.path)/src/main/resources/\(.file_name)"' sql.json | \
jq -r --arg version "$EDC_VERSION" '.files[] | "https://raw.githubusercontent.com/eclipse-edc/\(.repo)/v\($version)/\(.path)/src/main/resources/\(.file_name)"' sql.json | \
tr -d '\r' | \
while read -r url; do curl -o "./connector/sql/$(basename "$url")" "$url"; done
```
Expand Down

0 comments on commit b88b0ba

Please sign in to comment.