-
- Downloads
Merge branch 'ci-config-docker-support' into 'master'
Adjust CI config to support Docker executors A shell script (based on the one for GitLab CE) has been added to support Docker executors. Tags have been added to make sure builds are only executed on appropriate runners. This makes it possible to test forks of the GitLab CI repository on public runners. Previously, builds failed with the following error: ``` $ bundle --without postgres /builds/eldamir/gitlab-ci.sh: line 29: bundle: command not found ERROR: Build failed with: exit code 127 ``` See merge request !212
No related branches found
No related tags found
script/prepare_build.sh
0 → 100755
Please register or sign in to comment