Skip to content

Resolve "cleanup Rakefile and .gitlab-ci.yml"

Michal Nowikowski requested to merge 566-cleanup-rakefile-and-gitlab-ci-yml into master

Closes #566 (closed)

The code has been moved from .gitlab-ci.yml to Rakefile and formed new task: build_and_push_demo_images. Now there are 2 symetric and similar tasks: docker_up and build_and_push_demo_images. They both use common build_all_in_container task.

Edited by Michal Nowikowski

Merge request reports