Skip to content

Commit 12c399d

Browse files
committed
justfile typo
1 parent 24ffd8b commit 12c399d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/antithesis/Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-6min: requirements-push
66
"custom.duration": "0.1", \
77
"antithesis.report.recipients": "'"$ANTITHESIS_SLACK_REPORT_RECIPIENT"'", \
88
"antithesis.config_image": "antithesis-config:daily_run", \
9-
"antithesis.images": "workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:'"$LEDGER_PREVIOUS_TAG"';ghcr.io/formancehq/ledger-instrumented:'"$LEDGER_LATEST_TAG"'" \
9+
"antithesis.images": "'"workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:$LEDGER_PREVIOUS_TAG;ghcr.io/formancehq/ledger-instrumented:$LEDGER_LATEST_TAG"'" \
1010
} \
1111
}'
1212

@@ -18,7 +18,7 @@ run-1h: requirements-push
1818
"custom.duration": "1", \
1919
"antithesis.report.recipients": "'"$ANTITHESIS_SLACK_REPORT_RECIPIENT"'", \
2020
"antithesis.config_image": "antithesis-config:daily_run", \
21-
"antithesis.images": "workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:'"$LEDGER_PREVIOUS_TAG"';ghcr.io/formancehq/ledger-instrumented:"'"$LEDGER_LATEST_TAG"'" \
21+
"antithesis.images": "'"workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:$LEDGER_PREVIOUS_TAG;ghcr.io/formancehq/ledger-instrumented:$LEDGER_LATEST_TAG"'" \
2222
} \
2323
}'
2424

0 commit comments

Comments
 (0)