mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 13:52:56 +00:00
Cure some quoting issues
* Double quotes not needed by docker compose Same issue as here https://github.com/zokradonh/kopano-docker/issues/216 * move deletion of tmpfile into an exit trap otherwise the file is not cleaned up when supported images are built * repair sourcing of env by removing kopano ldap settings from env before sourcing * additional packages env vars should be quoted in .env * adapt start scripts to handle quotes additional packages * treat update-tag script with ldap variable fix from setup.sh fixes #216 * run version.sh in travis (to fail early if something is wrong there) commit forgotten fixes to start scripts
This commit is contained in:
@@ -27,8 +27,10 @@ before_install:
|
||||
- sudo pip install --upgrade pip && sudo pip install yamllint
|
||||
- npm install -g eclint
|
||||
install:
|
||||
- "./version.sh"
|
||||
- make lint
|
||||
- "./test.exp"
|
||||
- "./version.sh"
|
||||
- make lint # rerun lint to see if output is different with .env in place
|
||||
- echo "docker_repo=$docker_repo" >> .env
|
||||
- echo "DOCKERREADME=yes" >> .env # add DOCKERREADME env var so that make publish also updates readme files on docker hub
|
||||
|
||||
Reference in New Issue
Block a user