From 3969948aeb0068a796ec8e34e725f6db1fb47789 Mon Sep 17 00:00:00 2001
From: Guilherme Becker Agge <gba17@inf.ufpr.br>
Date: Tue, 10 Jul 2018 10:07:39 -0300
Subject: [PATCH] SCRUM#580: Refactor the deploy code

---
 .deploy.sh               | 1 +
 package/debian/changelog | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

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.
diff --git a/package/debian/changelog b/package/debian/changelog
index b163bda..edde66e 100644
--- a/package/debian/changelog
+++ b/package/debian/changelog
@@ -1,9 +1,3 @@
-le-user-apps (0.0.7) unstable; urgency=medium
-
-  * Refactor the CI deploy code (Closes: #580)
-
- -- Guilherme Becker Agge <lesuporte@c3sl.ufpr.br>  Fri, 06 Jul 2018 10:40:58 -0300
-
 le-user-apps (0.0.7) testing; urgency=medium
 
   * Add le-control-panel
-- 
GitLab