We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d9e34 commit 9305f85Copy full SHA for 9305f85
1 file changed
.circleci/config.yml
@@ -12,7 +12,7 @@ anchor:
12
only: /^v[0-9]+(\.[0-9]+).*/
13
14
description: |
15
- Build, test, code-sign & deploy Slack Platform CLI binaries
+ Build, code-sign & deploy Slack Platform CLI binaries
16
17
commands:
18
export-build-version:
@@ -144,8 +144,6 @@ jobs:
144
- "*.zip"
145
- store_artifacts:
146
path: ./tmp/circleci-workspace/artifacts
147
- - store_test_results:
148
- path: /tmp/test-results
149
- notify-slack-on-fail
150
- notify-slack-on-pass
151
0 commit comments