forked from github/server
Merge branch 'master' into develop
This commit is contained in:
commit
48bb6c65da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue