Hey,
I wrote a little cross platform library that deletes files. I decided to do CI for Linux with CircleCI, however it can’t find any of the commands, I even tried installing a specific one:
dependencies:
pre:
- sudo apt-get update; sudo apt-get -y install gvfs gvfs-common gvfs-libs
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/Bios-Marcel/CircleCI-Test
steps:
- checkout
- run: touch lol.file
- run: gvfs-trash lol.file