Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Jan 25, 2024
1 parent dbd50cf commit d2167aa
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/aws_besu_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d2167aa

Please sign in to comment.