Skip to content
Snippets Groups Projects
Commit b841eb39 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Wywołanie prepare.sh jeżeli istnieje

parent 84585070
Branches
Tags
1 merge request!12Merge of devel-interface-exists to devel
......@@ -35,6 +35,7 @@ stages:
- mysql
script:
- ls -l
- if [[ -f tests/integration/prepare.sh ]]; then sh tests/integration/prepare.sh; fi
- php --version
- composer phpunit-integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment