Skip to content

Commit

Permalink
fix: after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Nov 9, 2023
1 parent f12ca8b commit 9594f59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ pre-commit:
FOR component IN $(ls components)
BUILD --pass-args ./components/$component+pre-commit
END
BUILD --pass-args +integration-tests
ARG skipIntegrationTests=0
IF [ "$skipIntegrationTests" = "0" ]
BUILD --pass-args +integration-tests
END

pr:
LOCALLY
Expand Down
1 change: 1 addition & 0 deletions components/fctl/pkg/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package fctl

import (
"fmt"

"github.com/formancehq/fctl/membershipclient"
formance "github.com/formancehq/formance-sdk-go"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion openapi/build/generate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://avatars.githubusercontent.com/u/84325077?s=200&v=4",
"altText": "Formance"
},
"version": "${VERSION}"
"version": "v1.0.${VERSION}"
},
"servers": [
{
Expand Down

0 comments on commit 9594f59

Please sign in to comment.