7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
pip install --user -r requirements.txt
|
|
|
|
make pull-images
|
|
make validate
|