From 8f69b9cee577b2a2d219c90e4f0deed64a298d93 Mon Sep 17 00:00:00 2001
From: Samuel Galson <samgalson@gmail.com>
Date: Mon, 8 Jan 2018 17:06:07 +0000
Subject: [PATCH] add delete with no db func

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fa642182..6daec247a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,7 @@ stop_review:ui:
   - master
   script:
     - source deploy.sh
-    - delete_deployment
+    - delete_deployment_no_db
 
 staging:ui:
   image: xpub/deployer:latest
-- 
GitLab