Skip to content

Commit dd61dbe

Browse files
author
Diego Ardila
committed
remove slack stuff since I don't have access to the app
1 parent caba47c commit dd61dbe

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.circleci/config.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# CircleCI jobs are only enabled to on Pull Requests and commits to master branch.
22
# "Only build pull requests" enabled in Project's Advanced Settings.
33
version: 2.1
4-
orbs:
5-
slack: circleci/slack@4.4.2
64

75
jobs:
86
build_test:
@@ -47,20 +45,7 @@ jobs:
4745
path: test_results
4846
- store_artifacts:
4947
path: test_results
50-
- slack/notify:
51-
channel: nucleus-builders
52-
event: pass
53-
template: basic_fail_1
54-
- slack/notify:
55-
channel: nucleus-builders
56-
event: fail
57-
template: basic_fail_1
58-
59-
- slack/notify:
60-
channel: nucleus-builders
61-
branch_pattern: master
62-
event: fail
63-
template: basic_fail_1
48+
6449
pypi_publish:
6550
docker:
6651
- image: cimg/python:3.6
@@ -106,12 +91,10 @@ workflows:
10691
only:
10792
- master
10893
jobs:
109-
- build_test:
110-
context: slack-secrets
94+
- build_test
11195
build_test_publish:
11296
jobs:
11397
- build_test:
114-
context: slack-secrets
11598
filters:
11699
tags:
117100
only: /^v\d+\.\d+\.\d+$/ # Runs only for tags with the format [v1.2.3]

0 commit comments

Comments
 (0)