Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Nov 30, 2023
1 parent 43afb65 commit 67e4477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
echo "OPERATOR_ID_MAIN=${{ inputs.operator_id }}" >> $GITHUB_ENV
echo "OPERATOR_KEY_MAIN=${{ inputs.operator_key }}" >> $GITHUB_ENV
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
# with:
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
# limit-access-to-actor: true

- name: Run hedera local
run: hedera restart -d
Expand Down
7 changes: 0 additions & 7 deletions scripts/retry_script.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
#!/bin/bash
set -v
set +e
sudo hedera stop
hedera stop
sleep 5
docker ps -a
docker volume ls
docker network ls
docker kill $(docker ps -q)
docker rm -v $(docker ps -qa)
docker system prune --volumes -f
ls -lah $(dirname $(readlink -f $(which hedera)))/../network-logs
sudo rm -rf $(dirname $(readlink -f $(which hedera)))/../network-logs
sleep 5
Expand Down

0 comments on commit 67e4477

Please sign in to comment.