Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaecalderon committed Oct 23, 2024
1 parent f53e051 commit ab97acc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3235,12 +3235,13 @@ jobs:
- start-devcluster:
devcluster-config: <<parameters.devcluster-config>>
target-stage: <<parameters.target-stage>>
- run: sleep 10
- stop-devcluster
- run: sleep 10
- stop-devcluster
- checkout
- restore_cache:
keys:
- det-go-build-<<pipeline.parameters.cache-buster>>-{{ checksum "go.sum" }}
- setup-python-venv:
determined: True
extra-requirements-file: "e2e_tests/tests/requirements.txt"
executor: <<pipeline.parameters.machine-image>>

- install-devcluster
- unless:
Expand Down

0 comments on commit ab97acc

Please sign in to comment.