Add fish, scripts and git
This commit is contained in:
9
test/run_test
Executable file
9
test/run_test
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
docker build . -t dotfiles -f test/Dockerfile --force-rm
|
||||
|
||||
docker run --rm -it dotfiles
|
||||
|
||||
docker rmi dotfiles
|
||||
Reference in New Issue
Block a user