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 f4d924d commit a4914a3Copy full SHA for a4914a3
.circleci/config.yml
@@ -92,11 +92,6 @@ aliases:
92
echo "analazedHarmless: ${analazedHarmless}, analazedMalicious: ${analazedMalicious}, analazedSuspicious: ${analazedSuspicious}"
93
94
if [ "$analazedMalicious" != "0" ] || [ "$analazedSuspicious" != "0" ]; then
95
- echo "export VIRUS_CHECK_FAILED=1" >> $BASH_ENV
96
- echo 'Found dangers'; exit 1;
97
- fi
98
-
99
- if [ "$URL" == "https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-amd64.deb" ]; then
100
echo "export VIRUS_CHECK_FAILED=true" >> $BASH_ENV
101
echo 'Found dangers'; exit 0;
102
fi
0 commit comments