Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 680ee8b

Browse files
authored
move build time and notifications (singer-io#135)
1 parent 7b9c68d commit 680ee8b

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
source dev_env.sh
2929
make test
3030
pylint tap_postgres -d missing-docstring,invalid-name,line-too-long,too-many-locals,too-few-public-methods,fixme,stop-iteration-return,duplicate-code,useless-import-alias,bare-except,raise-missing-from
31-
- add_ssh_keys
3231
- run:
3332
when: always
3433
name: 'Integration Tests'
@@ -43,18 +42,18 @@ jobs:
4342

4443
workflows:
4544
version: 2
46-
commit:
45+
commit: &commit_jobs
4746
jobs:
4847
- build:
49-
context: circleci-user
48+
context:
49+
- circleci-user
50+
- tier-1-tap-user
5051
build_daily:
52+
<<: *commit_jobs
5153
triggers:
5254
- schedule:
53-
cron: "0 6 * * *"
55+
cron: "0 1 * * *"
5456
filters:
5557
branches:
5658
only:
5759
- master
58-
jobs:
59-
- build:
60-
context: circleci-user

0 commit comments

Comments
 (0)