;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: env:
ARGS: ${{ matrix.plan.args }} ARGS: ${{ matrix.plan.args }}
- name: show stuff # - name: show stuff
run: | # run: |
if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi # if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
- name: show stuff # - name: show stuff
run: | # run: |
if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi # if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi