consolecommands/.drone.yml
Stefan Härter 3402aa10f0
Some checks failed
continuous-integration/drone/push Build is failing
Trial and error pipeline.
2023-06-28 20:28:16 +02:00

15 lines
588 B
YAML

---
kind: pipeline
type: docker
name: test_commands
steps:
- name: run_otobo_tests
image: alpine/git
commands:
- git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-10_1 --single-branch
- cd otobo-docker
- cp .docker_compose_env_http .env
- sed -i "s/#OTOBO_IMAGE\(.*\)devel-rel-10_1/#OTOBO_IMAGE\1devel-rel-11_0/" .env
- docker-compose exec web bash -c \"date ; hostname ; rm -f Kernel/Config/Files/ZZZAAuto.pm ; bin/docker/quick_setup.pl --db-password mariadbroot23 --activate-elasticsearch --add-customer-user --add-calendar\"