Testing OTOBO installation via pipeline.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stefan Härter 2023-06-28 20:17:24 +02:00
parent e4fa138b25
commit 77987b839b

View File

@ -1,9 +1,12 @@
---
kind: pipeline
name: default
name: test_commands
steps:
- name: test
image: perl
- name: run_otobo_tests
image: alpine
commands:
- perl -e 'print "Hello World\n"'
- 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\"