ci/docs: finalize transition to main branch

This commit is contained in:
Erik Sundell
2023-04-15 08:39:52 +02:00
parent 7fd97ad5e0
commit ed334ac050
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ jobs:
- run: - run:
name: Check upgrade testing name: Check upgrade testing
command: | command: |
if [ "$CIRCLE_BRANCH" == "master" ]; then if [ "$CIRCLE_BRANCH" == "main" ]; then
echo "On master, no upgrade to test..." echo "On master, no upgrade to test..."
circleci-agent step halt circleci-agent step halt
else else

View File

@@ -71,7 +71,7 @@ jobs:
- name: "Int. tests: Ubuntu 22.04, Py 3.10, --upgrade" - name: "Int. tests: Ubuntu 22.04, Py 3.10, --upgrade"
distro_image: "ubuntu:22.04" distro_image: "ubuntu:22.04"
extra_flags: --upgrade extra_flags: --upgrade
dont_run_on_ref: refs/heads/master dont_run_on_ref: refs/heads/main
integration-tests: integration-tests:
needs: decide-on-test-jobs-to-run needs: decide-on-test-jobs-to-run

View File

@@ -2,7 +2,7 @@
[![Documentation build status](https://img.shields.io/readthedocs/the-littlest-jupyterhub?logo=read-the-docs)](https://tljh.jupyter.org/en/latest/?badge=latest) [![Documentation build status](https://img.shields.io/readthedocs/the-littlest-jupyterhub?logo=read-the-docs)](https://tljh.jupyter.org/en/latest/?badge=latest)
[![GitHub Workflow Status - Test](https://img.shields.io/github/workflow/status/jupyterhub/the-littlest-jupyterhub/Unit%20tests?logo=github&label=tests)](https://github.com/jupyterhub/the-littlest-jupyterhub/actions) [![GitHub Workflow Status - Test](https://img.shields.io/github/workflow/status/jupyterhub/the-littlest-jupyterhub/Unit%20tests?logo=github&label=tests)](https://github.com/jupyterhub/the-littlest-jupyterhub/actions)
[![Test coverage of code](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub/branch/master/graph/badge.svg)](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub) [![Test coverage of code](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub/branch/main/graph/badge.svg)](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub)
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/the-littlest-jupyterhub/issues) [![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/the-littlest-jupyterhub/issues)
[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub/tljh) [![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub/tljh)
[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub) [![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub)