consolecommands/.drone.yml

13 lines
547 B
YAML
Raw Normal View History

2023-06-14 19:22:54 +02:00
---
kind: pipeline
name: test_commands
2023-06-14 19:22:54 +02:00
steps:
- name: run_otobo_tests
image: alpine
2023-06-14 19:22:54 +02:00
commands:
- git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-10_1 --single-branch
- 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\"