Skip to content

Commit

Permalink
Ignore stop miden services step
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 30, 2024
1 parent 280a76a commit 19ee343
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
echo "package_postfix=arm64.dev" >> $GITHUB_ENV
fi
- name: Stop miden services
uses: ./.github/actions/ssm_execute
with:
instance_id: ${{ secrets[inputs.instance_id] }}
command: |
sudo systemctl stop miden-node
sudo systemctl stop miden-faucet
sudo apt remove miden-node miden-faucet -y
ignore_errors: true
# - name: Stop miden services
# uses: ./.github/actions/ssm_execute
# with:
# instance_id: ${{ secrets[inputs.instance_id] }}
# command: |
# sudo systemctl stop miden-node
# sudo systemctl stop miden-faucet
# sudo apt remove miden-node miden-faucet -y
# ignore_errors: true

- name: Package install testnet
uses: ./.github/actions/ssm_execute
Expand Down

0 comments on commit 19ee343

Please sign in to comment.