Skip to content

Commit

Permalink
Remove ls commands that were for debugging/testing CI build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jan 9, 2021
1 parent b825f4c commit 2a3fb52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
- name: Build dev_approvals
run: |
ls -ls
./ApprovalTests.cpp/scripts/clone_dependencies.sh
cd dev_approvals
./build.sh
Expand Down Expand Up @@ -236,7 +235,6 @@ jobs:
- name: Build dev_approvals
run: |
ls -ls
./ApprovalTests.cpp/scripts/clone_dependencies.sh
cd dev_approvals
./build.sh
Expand Down Expand Up @@ -318,7 +316,6 @@ jobs:
- name: Build dev_approvals
shell: bash
run: |
ls -ls
./ApprovalTests.cpp/scripts/clone_dependencies.sh
cd dev_approvals
./build.sh

0 comments on commit 2a3fb52

Please # to comment.