Always build, even if the log exists. Currently the builds
are made only when changes are detected, so it should be ok.
This commit is contained in:
parent
d15fd019f2
commit
b4c81223c5
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@ LOG_FILE="$LOG_DIR/${DATE}.log"
|
|||
|
||||
|
||||
mkdir $LOG_DIR
|
||||
# check build already run today
|
||||
if [ -e "$LOG_FILE" ]; then
|
||||
echo "Build already ran today"
|
||||
exit
|
||||
fi
|
||||
touch $LOG_FILE
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue