Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use main for earthly core #1290

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading