We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1838f5f commit aac205cCopy full SHA for aac205c
.circleci/config.yml
@@ -1,10 +1,24 @@
1
version: 2.1
2
3
+job-post-steps: &job-post-steps
4
+ post-steps:
5
+ - slack/notify_failed
6
+
7
+unittest-post-steps: &unittest-post-steps
8
9
+ - store_test_results:
10
+ path: /home/circleci/project/nosetests.xml
11
+ - store_artifacts:
12
+ path: /home/circleci/project/coverage.xml
13
+ prefix: tests
14
15
16
orbs:
17
node: cloudify/public-unittest-orb@volatile
18
wagonorb: cloudify/wagon-bulder-orb@volatile
19
releaseorb: cloudify/release-orb@volatile
20
managerorb: cloudify/manager-orb@volatile
21
+ slack: cloudify/notify-slack@2
22
23
checkout:
24
post:
0 commit comments