Skip to content

Commit 3bc191d

Browse files
committed
UPdate workflow file and gen env script
1 parent 00e7780 commit 3bc191d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.

packages/e2e/src/scripts/generate-network-dotenv.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -x
3+
set -o
24

35
environment="$1"
46

@@ -47,4 +49,4 @@ STAKE_POOL_PROVIDER_PARAMS='{\"baseUrl\":\"$url:4000/\"}'
4749
"
4850

4951
# Write the environment file content to the specified file
50-
echo "$envFileContent" > "${PRJ_ROOT}/packages/e2e/.env"
52+
echo "$envFileContent" > .env

0 commit comments

Comments
 (0)