Skip to content

Commit

Permalink
Merge pull request ethereum#197 from XinFinOrg/XIN-243-ci-cd-env-path…
Browse files Browse the repository at this point in the history
…-fix

Fix env path error
  • Loading branch information
wjrjerome authored Oct 17, 2022
2 parents 8a180ea + 2e1c1da commit 772a620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- terraform apply $tf_apply_cli_options
- sleep 20
- |
source cicd/devnet/terraform/.env
source .env
for ((i=0;i<$num_of_nodes;i++)); do
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;
Expand Down

0 comments on commit 772a620

Please sign in to comment.