Skip to content

Commit f01eaf2

Browse files
authored
fix(ci): indexer envs (#1052)
* fix(ci): indexer envs * chore: adapt * chore: use sed
1 parent 646ba98 commit f01eaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
214214
cd ..
215215
INDEXER_ENV_FILE="$(mktemp)"
216-
pnpm --dir=scripts ts-node utils/envs.ts localnet bash | sed 's/^export //' > "$INDEXER_ENV_FILE"
216+
cd scripts && pnpm run envsForIndexer localnet bash "$INDEXER_ENV_FILE" && sed -i 's/^export //' "$INDEXER_ENV_FILE" && cd ..
217217
218218
docker pull ghcr.io/iotaledger/iota-names/iota-names-indexer:latest
219219
docker rm -f localnet-iota-names-indexer || true

0 commit comments

Comments
 (0)