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 85e0916 commit 843bb83Copy full SHA for 843bb83
.circleci/config.yml
@@ -96,6 +96,11 @@ aliases:
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=1" >> $BASH_ENV
101
+ echo 'Found dangers'; exit 1;
102
+ fi
103
+
104
echo "export SKIP_VIRUSTOTAL_REPORT=true" >> $BASH_ENV
105
echo 'Passed';
106
shell: /bin/bash
0 commit comments