Skip to content

Commit a4914a3

Browse files
committed
#RI-4462 - add virus check for release
1 parent f4d924d commit a4914a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ aliases:
9292
echo "analazedHarmless: ${analazedHarmless}, analazedMalicious: ${analazedMalicious}, analazedSuspicious: ${analazedSuspicious}"
9393

9494
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
10095
echo "export VIRUS_CHECK_FAILED=true" >> $BASH_ENV
10196
echo 'Found dangers'; exit 0;
10297
fi

0 commit comments

Comments
 (0)