From e88e219625b51ba3247a7049462cd2a972ebd75f Mon Sep 17 00:00:00 2001
From: Guilherme Becker Agge <gba17@inf.ufpr.br>
Date: Fri, 6 Jul 2018 11:57:05 -0300
Subject: [PATCH] SCRUM#580: Refactor the deploy code

---
 .deploy.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.deploy.sh b/.deploy.sh
index ca609fb..492c880 100755
--- a/.deploy.sh
+++ b/.deploy.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+# shellcheck disable=SC2029
 
 # This script uploads an includes a .deb package in our debian repository.
 # The distribution is chosen based on the gitlab-ci stage we are on.
-- 
GitLab