You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stages:
- test
variables:
GIT_DEPTH: 1
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
test:
image: $CI_REGISTRY_IMAGE/base:beta (let me know what you need for the base)
stage: test
script:
- bundle install
- <some other task>
artifacts:
- logs
tags:
- cluster
We can schedule a meeting if you need more info about this.
@frbk I'd like to enable CI for this repo, so it probably makes sense to use GitLab. What's the first step?
The text was updated successfully, but these errors were encountered: