9 Commits

Author SHA1 Message Date
TomasVotruba
a3a5266bf7 misc 2020-07-27 07:48:51 +02:00
Jan Mikeš
1fe9b145d0
Copy .git directory into docker image 2020-04-03 21:30:47 +02:00
TomasVotruba
b1e620155e remove dead code 2020-02-27 19:56:38 +01:00
TomasVotruba
ccacbfa27c add .travis.yml with tag release 2020-01-20 13:34:31 +01:00
TomasVotruba
aa4d0017d0 use Github Actions to compile and publish prefixed rector.phar, coverage and the rest 2020-01-11 16:31:06 +01:00
TomasVotruba
d5952978c9 update backers 2019-11-24 16:28:11 +01:00
Jan Mikeš
b02882627d
Ignore not required files in docker build
Fixes #2185
2019-10-28 15:55:53 +01:00
Arnout Boks
75ed6321ad
Add rector.yaml to .dockerignore
This is the rector configuration file for developing on rector itself, and should not be used in runtime.

Without this change, the docker image (which runs with `/rector` as its working directory) would use this `rector.yaml` as the default configuration file. This leads to unexpected effects, such as rector ignoring any `tests/`-directory by default.
2019-07-05 13:03:42 +02:00
Jan Mikeš
5c0a1903f1
Fixed missing autoload in docker build and optimized caching
Added .dockerignore with basic files

Fixed installing composer in docker + cache optimalization
2019-03-12 13:19:30 +01:00