Signal-iOS/ci_scripts/ci_post_clone.sh
2024-04-17 19:07:41 -05:00

9 lines
88 B
Bash
Executable File

#!/bin/sh
set -eux
./send_build_notification.py started || :
cd ..
make dependencies