blob: 6b7ad053c1562e78b3bc1d89d1b485b436cdd9ab [file] [log] [blame]
#!/bin/bash
if [[ "$MILESTONE_NAME == "" ]]; then
echo "[ERROR] The milestone name is missing!"
exit -1
fi
if [[ "$COMMIT_ID == "" ]]; then
echo "[ERROR] The commit ID is missing!"
exit -1
fi