From 0dc1cc1bdbe579c482888e6b3d3f558cb902fc22 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Fri, 28 Oct 2022 00:25:16 +0000 Subject: [PATCH] fix replica_from for forkless-update-data --- --- a/.docker/forkless-config/launch-config-forkless-data.j2 +++ b/.docker/forkless-config/launch-config-forkless-data.j2 @@ -93,9 +93,8 @@ "balance": "1000000000000000000000000", "chainRawInitializer": [ "chainql", - "--ext-str=REPLICA_FROM", "--tla-code=rawSpec=import '${rawSpec}'", - "--tla-code=forkFrom=std.extVar('REPLICA_FROM')", + "--tla-str=forkFrom={{ REPLICA_FROM }}", "fork.jsonnet" ], "nodes": [ --- a/.github/workflows/forkless-update-data.yml +++ b/.github/workflows/forkless-update-data.yml @@ -94,6 +94,7 @@ variables: | FEATURE=${{ matrix.features }} RUNTIME=${{ matrix.runtime }} + REPLICA_FROM=${{ matrix.replica_from_address }} - name: Show launch-config-forkless configuration run: cat .docker/launch-config-forkless-data.json -- gitstuff