mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
test docker builds on circle-ci
This commit is contained in:
11
circle.yml
Normal file
11
circle.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
machine:
|
||||
services:
|
||||
- docker
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- ls
|
||||
|
||||
test:
|
||||
override:
|
||||
- docker build -t jupyter/jupyterhub .
|
Reference in New Issue
Block a user