Skip to content

Commit

Permalink
temporarily turn off ci while password is reset (#119)
Browse files Browse the repository at this point in the history
* temporarily turn off ci while password is reset
-----------------------------

Co-authored-by: Leslie VanDeMark <[email protected]>

* comment workflows completely
-----------------------------

Co-authored-by: Leslie VanDeMark <[email protected]>

---------

Co-authored-by: Kristiana Gerxhi <[email protected]>
  • Loading branch information
leslievandemark and kgerxhi authored Jan 28, 2025
1 parent 4dc7973 commit ebbfe71
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,39 @@ jobs:
- store_artifacts:
path: /tmp/tap-mambu

workflows:
version: 2
commit: &commit_jobs
jobs:
- ensure_env:
context:
- circleci-user
- tier-1-tap-user
- run_unit_tests:
context:
- circleci-user
- tier-1-tap-user
requires:
- ensure_env
- run_integration_tests:
context:
- circleci-user
- tier-1-tap-user
requires:
- ensure_env
- build:
context:
- circleci-user
- tier-1-tap-user
requires:
- run_unit_tests
- run_integration_tests
build_daily:
<<: *commit_jobs
triggers:
- schedule:
cron: "0 1 * * *"
filters:
branches:
only:
- master
# workflows:
# version: 2
# commit: &commit_jobs
# jobs:
# - ensure_env:
# context:
# - circleci-user
# - tier-1-tap-user
# - run_unit_tests:
# context:
# - circleci-user
# - tier-1-tap-user
# requires:
# - ensure_env
# - run_integration_tests:
# context:
# - circleci-user
# - tier-1-tap-user
# requires:
# - ensure_env
# - build:
# context:
# - circleci-user
# - tier-1-tap-user
# requires:
# - run_unit_tests
# - run_integration_tests
# build_daily:
# <<: *commit_jobs
# triggers:
# - schedule:
# cron: "0 1 * * *"
# filters:
# branches:
# only:
# - master

0 comments on commit ebbfe71

Please sign in to comment.