Skip to content

ridibooks-docker/performance-php-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Docker image for CI tests

Build Status

Test with Gitlab Runner

  1. Write .gitlab-ci.yml using this image in your project.
  2. To run ci task in local machine, install gitlab-ci-multi-runner
  3. Run gitlab-ci-multi-runner in the project dir:
# without SSH key
gitlab-runner exec docker [task_name]

# with SSH key
gitlab-runner exec docker [task_name] --env SSH_PRIVATE_KEY="`cat ~/.ssh/id_rsa`"

About

๐Ÿ•Š๏ธ Docker image for CI tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages