Skip to content
Snippets Groups Projects
Commit 98f79175 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Fix security harness check

parent dbea8351
No related merge requests found
......@@ -28,7 +28,7 @@
if [ -e "$harness" ]
then
if [["$url" != *"gitlab-org/security/"*]]
if [[ "$url" != *"gitlab-org/security/"* ]]
then
echo "Pushing to remotes other than gitlab.com/gitlab-org/security has been disabled!"
echo "Run scripts/security-harness to disable this check."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment