remove command to store artifacts as that is now configured in yml filem, for #1489

master
melvinzhang 2018-02-28 10:12:00 +08:00
parent 28c2bf011f
commit f359a1802d
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ circleci:
$(eval MAG_ID := $(shell date +%s))
make games=50 ai1=MMAB ai2=MCTSC ${MAG_ID}.t || (cat ${MAG_ID}.out && tail -20 ${MAG_ID}.log && false)
make zips
mv release/Magarena.jar *.zip ${CIRCLE_ARTIFACTS}
test-self-play:
for i in `seq 1 5`; do \