i followed the steps in the read me file , everything goes well until the automatic build ; it fails because something has relation to permission .
both two services postgres and web_codeship_example_php are ok .
but the step tests fail and there is what a get as error message
2017-07-29T19:03:19.894Zweb_codeship_example_phpbuild/pull started
2017-07-29T19:05:57.773Zweb_codeship_example_phpbuild/pull finished successfully
2017-07-29T19:05:57.773Zpostgresbuild/pull started
2017-07-29T19:05:57.829Zpostgresbuild/pull started
2017-07-29T19:05:57.829Zpostgresbuild/pull finished successfully
2017-07-29T19:06:04.312Zpostgresbuild/pull finished successfully
2017-07-29T19:06:06.058ZpostgresThe files belonging to this database system will be owned by user "postgres".
2017-07-29T19:06:06.058ZpostgresThis user must also own the server process.
2017-07-29T19:06:06.058Zpostgres
2017-07-29T19:06:06.058ZpostgresThe database cluster will be initialized with locale "en_US.utf8".
2017-07-29T19:06:06.058ZpostgresThe default database encoding has accordingly been set to "UTF8".
2017-07-29T19:06:06.058ZpostgresThe default text search configuration will be set to "english".
2017-07-29T19:06:06.058Zpostgres
2017-07-29T19:06:06.058ZpostgresData page checksums are disabled.
2017-07-29T19:06:06.058Zpostgres
2017-07-29T19:06:06.058Zpostgresfixing permissions on existing directory /var/lib/postgresql/data ... ok
2017-07-29T19:06:06.058Zpostgrescreating subdirectories ... ok
2017-07-29T19:06:06.061Zpostgresselecting default max_connections ... 100
2017-07-29T19:06:06.068Zpostgresselecting default shared_buffers ... 128MB
2017-07-29T19:06:06.068Zpostgresselecting dynamic shared memory implementation ... posix
2017-07-29T19:06:06.515Zpostgrescreating configuration files ... ok
2017-07-29T19:06:08.989Zpostgresrunning bootstrap script ... ok
2017-07-29T19:06:08.989Zpostgresperforming post-bootstrap initialization ... No usable system locales were found.
2017-07-29T19:06:08.989ZpostgresUse the option "--debug" to see details.
2017-07-29T19:06:08.990Zpostgressh: locale: not found
2017-07-29T19:06:11.836Zpostgresok
2017-07-29T19:06:21.848Zweb_codeship_example_phpStep tests running service web_codeship_example_php failed (2)
2017-07-29T19:06:21.848Zweb_codeship_example_php/usr/local/bin/docker-php-entrypoint: exec: line 9: bin/ci: Permission denied
2017-07-29T19:06:21.994Zpostgressyncing data to disk ...
@alamallam sorry we missed this when you reported it. If you want to revisit this, reach out to us at support@codeship.com and we can take a closer look.
i followed the steps in the read me file , everything goes well until the automatic build ; it fails because something has relation to permission . both two services postgres and web_codeship_example_php are ok . but the step tests fail and there is what a get as error message