mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +00:00
Merge pull request #197 from XinFinOrg/XIN-243-ci-cd-env-path-fix
Fix env path error
This commit is contained in:
commit
772a620a61
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