Skip to content

Commit

Permalink
Stop travis-ci from building non-official builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tester-Testsson committed Jan 5, 2019
1 parent 72860f4 commit 384ab56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-img.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

if [ "${OFFICIAL}" -ne "yes" ]; then
echo "Not doing a build since OFFICIAL flag is not 'yes'"
exit 0
fi

export PHOTOFRAME_SRC="$(pwd)"

if [ -d pi-gen ]; then
Expand Down

0 comments on commit 384ab56

Please sign in to comment.