Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
ci(CircleCI): replace Docker context bz read-only token
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Feb 7, 2023
1 parent 45df3c3 commit 17688a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,33 +107,33 @@ workflows:
tag: "3.7"
pyenv: "py37"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test_with_updated_deps:
name: "test_with_updated_deps_py38"
tag: "3.8"
pyenv: "py38"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test_with_updated_deps:
name: "test_with_updated_deps_py39"
tag: "3.9"
pyenv: "py39"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test_with_updated_deps:
name: "test_with_updated_deps_py310"
tag: "3.10"
pyenv: "py310"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- commit_push_open_pr:
requires:
- test_with_updated_deps_py37
- test_with_updated_deps_py38
- test_with_updated_deps_py39
- test_with_updated_deps_py310
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- GitHub pushes to BjoernLudwigPTB's public_repos

test:
Expand All @@ -146,28 +146,28 @@ workflows:
tag: "3.7"
pyenv: "py37"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test:
name: "test_python38"
tag: "3.8"
pyenv: "py38"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test:
name: "test_python39"
tag: "3.9"
pyenv: "py39"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test:
name: "test_python310"
tag: "3.10"
pyenv: "py310"
context:
- Docker publishing as bludoc
- Docker pulling as bludoc
- test_conda310:
context:
- Docker publishing as bludoc
- Docker pulling as bludoc

jobs:

Expand Down

0 comments on commit 17688a7

Please sign in to comment.