disable deveron preview

This commit is contained in:
Enno Rehling 2018-02-04 12:08:51 +01:00
parent 44f8e1909f
commit 04f46cd591
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [ -e ${ERESSEA}/build/.preview ]; then
fi
SRC=${ERESSEA}/git
${SRC}/s/preview build ${branch} || exit $?
for game in 2 3 4 ; do
for game in 2 3 ; do
${SRC}/s/preview -g ${game} run && \
${SRC}/s/preview -g ${game} send
done