File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ aliases:
104
104
name : Virustotal slack report
105
105
command : &virusreport |
106
106
FILE_NAME=virustotal.report.json
107
- BUILD_NAME=$BUILD_NAME $ FILE_NAME=$FILE_NAME VIRUS_CHECK_FAILED=$VIRUS_CHECK_FAILED node .circleci/virustotal-report.js
108
- # BUILD_NAME=$BUILD_NAME $ FILE_NAME=$FILE_NAME VIRUS_CHECK_FAILED=$VIRUS_CHECK_FAILED node .circleci/virustotal-report.js &&
107
+ BUILD_NAME=$BUILD_NAME FILE_NAME=$FILE_NAME VIRUS_CHECK_FAILED=$VIRUS_CHECK_FAILED node .circleci/virustotal-report.js
108
+ # BUILD_NAME=$BUILD_NAME FILE_NAME=$FILE_NAME VIRUS_CHECK_FAILED=$VIRUS_CHECK_FAILED node .circleci/virustotal-report.js &&
109
109
# curl -H "Content-type: application/json" --data @$FILE_NAME -H "Authorization: Bearer ${SLACK_TEST_REPORT_KEY}" -X POST https://slack.com/api/chat.postMessage
110
110
shell : /bin/bash
111
111
iTestsNames : &iTestsNames
@@ -1135,7 +1135,7 @@ workflows:
1135
1135
# requires:
1136
1136
# - Build app - Windows (dev)
1137
1137
- virustotal-report :
1138
- name : Virus report (prod)
1138
+ name : Virus check report (prod)
1139
1139
requires :
1140
1140
- Virus check - AppImage (nightly)
1141
1141
- Virus check - deb (nightly)
You can’t perform that action at this time.
0 commit comments