August 2019
Beginner
608 pages
16h 7m
English
In this pipeline, a specific container is started that clones the source code:
Running with gitlab-runner 11.8.0 (4745a6f3) on runner-gitlab-runner-7fd79f558b-2wx96 _drEv8rS Using Kubernetes namespace: gitlab-managed-apps Using Kubernetes executor with image gliderlabs/herokuish:latest ...
It will try to detect the language that's used. In our case, it finds a Ruby application, which is correct:
$ setup_test_db $ cp -R . /tmp/app $ /bin/herokuish buildpack test -----> Ruby app detected -----> Setting up Test for Ruby/Rack -----> Using Ruby version: ruby-2.5.3 -----> Installing dependencies using bundler 1.15.2
After installing the necessary dependencies, it will run the rake test task:
-----> Running test: bundle exec ...
Read now
Unlock full access