Skip to content

Remove force build and at ENVs to `Dockerfile.custom`

Kamil Trzciński requested to merge remove-FORCE_BUILD into master

This:

  • removes usage of FORCE_BUILD
  • always runs test
  • makes push-type of jobs to be manual when running on master
  • uses --cache-from everywhere
  • makes Dockerfile.custom to define RUBY_VERSION and others
Edited by Kamil Trzciński

Merge request reports