Skip to content

Commit

Permalink
fix rock release (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto authored Dec 3, 2024
1 parent 63be70f commit ba1f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocks/jimm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ parts:
mkdir -p $CRAFT_PART_INSTALL/root/openfga/
# Note that we can't use go run directly (https://github.com/canonical/rockcraft/issues/755)
go install github.com/openfga/cli/cmd/fga@latest
/root/go/bin/fga model transform --file ./openfga/authorisation_model.fga --output-format json > $CRAFT_PART_INSTALL/root/openfga/authorisation_model.json
$GOBIN/fga model transform --file ./openfga/authorisation_model.fga --output-format json > $CRAFT_PART_INSTALL/root/openfga/authorisation_model.json

0 comments on commit ba1f73a

Please sign in to comment.