Skip to content

Commit

Permalink
ci(CircleCI): debug deploy_image job by commenting out build and test…
Browse files Browse the repository at this point in the history
… of image
  • Loading branch information
BjoernLudwigPTB committed Jul 16, 2021
1 parent c220e86 commit 936f3f3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ workflows:
# Create workflow for testing and deploying agentMET4FOF.
test_and_deploy:
jobs:
- build_image:
context:
- Docker publishing for agents
- test_image:
context:
- Docker publishing for agents
- GitHub pushes to BjoernLudwigPTB's public_repos
requires:
- build_image
# - build_image:
# context:
# - Docker publishing for agents
# - test_image:
# context:
# - Docker publishing for agents
# - GitHub pushes to BjoernLudwigPTB's public_repos
# requires:
# - build_image
- deploy_image:
context:
- Docker publishing for agents
- CircleCI agentMET4FOF docker publishing
requires:
- test_image
# requires:
# - test_image
# - test_against_venv
# - test_against_conda
# - test_against_setup
Expand Down

0 comments on commit 936f3f3

Please sign in to comment.