Coding standards

This commit is contained in:
Claudio Sanches 2021-03-13 19:33:54 -03:00 committed by GitHub
parent 72628693f4
commit 4efb2e353b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -o errexit #abort if any command fails
set -o errexit # Abort if any command fails

rm -rf build
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate