Skip to content

Commit

Permalink
Merge branch 'FixTravisAgain' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvaner committed Mar 16, 2020
2 parents c8f5965 + 507fe98 commit ea28cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
- sudo pip3 install --ignore-installed pylint
- composer require --dev php-coveralls/php-coveralls
- while true; do DOCKER_LOGS=$(docker logs --tail 10 nextdom-test 2>&1); if [[ "$DOCKER_LOGS" =~ .*NEXTDOM.TEST.READY.* ]]; then break; fi; sleep 2; done
- docker logs nextdom-test
- docker exec -it nextdom-test service mysql stop
- docker commit nextdom-test nextdom-test-snap
- docker kill nextdom-test &
Expand Down
4 changes: 2 additions & 2 deletions install/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ step_nextdom_file_permissions() {
step_nextdom_mysql_parameters() {
if [ 1 -eq "0${isdev}" ] ; then
# Development version
[[ -z "${MYSQL_NEXTDOM_DB}" ]] && MYSQL_NEXTDOM_DB="nextdomdev"
[[ -z "${MYSQL_NEXTDOM_USER}" ]] && MYSQL_NEXTDOM_USER="nextdomdev"
[[ -z "${MYSQL_NEXTDOM_DB}" ]] && MYSQL_NEXTDOM_DB="nextdom"
[[ -z "${MYSQL_NEXTDOM_USER}" ]] && MYSQL_NEXTDOM_USER="nextdom"
else
# Debian package configuration...
# nextdom-mysql preconfiguration
Expand Down

0 comments on commit ea28cbd

Please sign in to comment.