Skip to content

Commit

Permalink
remove debug steps from deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Oct 26, 2023
1 parent 6e5615a commit aa910b5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/FroVolod/bos-cli-rs/releases/download/v0.3.1/bos-cli-v0.3.1-installer.sh | sh
- name: List directories
run: ls -al

- name: List contents of build directory
run: ls -al build

- name: Check current directory
run: |
pwd
ls -al
- name: Deploy widgets
working-directory: ./build/potlock
run: |
Expand Down

0 comments on commit aa910b5

Please sign in to comment.