mirror of https://github.com/01-edu/public.git
Xavier Petit
5 years ago
committed by
xpetit
2 changed files with 19 additions and 22 deletions
@ -1,10 +0,0 @@ |
|||||||
#!/usr/bin/env bash |
|
||||||
|
|
||||||
. "$WRAPPER" |
|
||||||
|
|
||||||
check_command docker "https://docs.docker.com/install" |
|
||||||
|
|
||||||
if test "$1" = "build"; then |
|
||||||
docker build go -t tests-go |
|
||||||
docker build sh -t tests-sh |
|
||||||
fi |
|
Loading…
Reference in new issue