mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
update workflow
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
# Python CircleCI 2.0 configuration file
|
|
||||||
# Updating CircleCI configuration from v1 to v2
|
# Updating CircleCI configuration from v1 to v2
|
||||||
# Check https://circleci.com/docs/2.0/language-python/ for more details
|
|
||||||
#
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -41,5 +38,15 @@ jobs:
|
|||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy:
|
||||||
- release
|
requires:
|
||||||
|
- test
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
|
- release:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
Reference in New Issue
Block a user