From d2167aa36d16fe7c989bf4fa14896149f86d0fdf Mon Sep 17 00:00:00 2001 From: sailajakommineni Date: Thu, 25 Jan 2024 05:54:13 +0000 Subject: [PATCH] testing --- .github/workflows/aws_besu_deploy.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/aws_besu_deploy.yaml b/.github/workflows/aws_besu_deploy.yaml index ad0a06fcac90..1d194ee8a38e 100644 --- a/.github/workflows/aws_besu_deploy.yaml +++ b/.github/workflows/aws_besu_deploy.yaml @@ -121,6 +121,12 @@ jobs: for placeholder in "${!placeholders[@]}"; do sed -i "s#${placeholder}#${placeholders[$placeholder]}#g" "$NETWORK_CONF_FILE" done + + - name: Reset corda network + run: | + if [ "${{ github.event.inputs.action }}" == "reset" ]; then + reset=true + fi # Deploy BEVEL's BESU Platform - name: Deploy BEVEL's BESU Platform @@ -147,11 +153,3 @@ jobs: -i platforms/shared/inventory/ansible_provisioners \ -e @build/network-besu.yaml \ -e 'ansible_python_interpreter=/usr/bin/python3' -e "reset=$reset" - - - name: Reset corda network - run: | - if [ "${{ github.event.inputs.action }}" == "reset" ]; then - reset=true - else - reset=false - fi