Newer
Older
extends = common.cfg
parts += docker
beat.examples = git https://gitlab.idiap.ch/beat/beat.examples egg=false
npms += protractor
scripts += protractor webdriver-manager

André Anjos
committed
base-directory = beat/web
[docker]
recipe = collective.recipe.cmd
cmds = ./bin/python -c 'from beat.core.test.utils import pull_docker_test_images as f; f()'
on_install = true
on_update = true