;ci: linux: disable "show stuff"

This commit is contained in:
Simon Michael 2020-04-20 17:11:19 -07:00
parent 882068a7c2
commit faa452734f

View File

@ -182,13 +182,13 @@ jobs:
env:
ARGS: ${{ matrix.plan.args }}
- name: show stuff
run: |
if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
# - name: show stuff
# run: |
# if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
- name: show stuff
run: |
if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
# - name: show stuff
# run: |
# if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi