Skip to content

Commit

Permalink
feat: use main for earthly core (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Feb 27, 2024
1 parent a01caa4 commit 9b8539e
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core

sources:
Expand Down
2 changes: 1 addition & 1 deletion components/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT .. AS stack
Expand Down
2 changes: 1 addition & 1 deletion components/fctl/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion components/ledger/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion components/ledger/libs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core

FROM core+base-image
Expand Down
2 changes: 1 addition & 1 deletion components/operator/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT ../.. AS stack
IMPORT .. AS components
Expand Down
2 changes: 1 addition & 1 deletion components/payments/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT .. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/agent/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core

IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/auth/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/gateway/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/orchestration/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/reconciliation/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/search/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/stargate/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/wallets/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion ee/webhooks/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly

IMPORT $core AS core
IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion helm/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT .. AS stack

Expand Down
2 changes: 1 addition & 1 deletion helm/regions/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT ../.. AS stack

Expand Down
2 changes: 1 addition & 1 deletion libs/go-libs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core

FROM core+base-image
Expand Down
2 changes: 1 addition & 1 deletion releases/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT ./../ AS stack

Expand Down
2 changes: 1 addition & 1 deletion tests/benchmarks/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --arg-scope-and-set --pass-args --use-function-keyword 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core

IMPORT ../.. AS stack
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT ../.. AS stack
IMPORT ../../releases AS releases
Expand Down
2 changes: 1 addition & 1 deletion tools/operator-utils/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --arg-scope-and-set 0.7

ARG core=github.com/formancehq/earthly:v0.11.1
ARG core=github.com/formancehq/earthly
IMPORT $core AS core
IMPORT ../.. AS stack
IMPORT .. AS components
Expand Down

0 comments on commit 9b8539e

Please sign in to comment.