You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The job used the baseinstall script which does the setup of a whole installation
but we only need composer for phpstan.
I've removed & renamed that script as it wasn't used anywhere else. In
the future we can add the relevant sections again and toggle the needed
steps to make sure we don't replicate the needed steps. For example the
unit tests don't need a judgehost installed, neither do the webstandard
jobs.
Another solution would have been to use our container but as we need
docker there and some other parts (phpstan action builds it own
container inside ours in that case) this was the easier solution.
The different shell functions are now fully POSIX complaint as we ran
with bash first together with some aliases which we can't easily expand.
0 commit comments