mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 09:50:45 +00:00
Fix env path error
This commit is contained in:
parent
8a180eadcb
commit
2e1c1dac25
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ jobs:
|
||||||
- terraform apply $tf_apply_cli_options
|
- terraform apply $tf_apply_cli_options
|
||||||
- sleep 20
|
- sleep 20
|
||||||
- |
|
- |
|
||||||
source cicd/devnet/terraform/.env
|
source .env
|
||||||
for ((i=0;i<$num_of_nodes;i++)); do
|
for ((i=0;i<$num_of_nodes;i++)); do
|
||||||
echo "Force deploy xdc-$i"
|
echo "Force deploy xdc-$i"
|
||||||
sleep 5 && aws ecs update-service --region us-east-1 --cluster devnet-xdcnode-cluster --service ecs-service-xdc$i --force-new-deployment;
|
sleep 5 && aws ecs update-service --region us-east-1 --cluster devnet-xdcnode-cluster --service ecs-service-xdc$i --force-new-deployment;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue