9 lines
88 B
Bash
Executable File
9 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
./send_build_notification.py started || :
|
|
|
|
cd ..
|
|
make dependencies
|