Skip to content

Commit 843bb83

Browse files
committed
#RI-4462 - add virus check for release
1 parent 85e0916 commit 843bb83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ aliases:
9696
echo 'Found dangers'; exit 1;
9797
fi
9898

99+
if [ "$URL" == "https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-amd64.deb" ]; then
100+
echo "export VIRUS_CHECK_FAILED=1" >> $BASH_ENV
101+
echo 'Found dangers'; exit 1;
102+
fi
103+
99104
echo "export SKIP_VIRUSTOTAL_REPORT=true" >> $BASH_ENV
100105
echo 'Passed';
101106
shell: /bin/bash

0 commit comments

Comments
 (0)