9 lines
93 B
Bash
Executable file
9 lines
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# Run tests
|
|
scripts/test.sh
|
|
|
|
# Build images
|
|
make docker-release
|