8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
python /configure.py
|
|
|
|
semaphore runner --config=/tmp/runner-config.json
|